Commit d8f82c42 authored by Guido van Rossum's avatar Guido van Rossum

Added `void' to declaration of initgl(), to keep gcc -Wall happy.

parent f6d21dc9
......@@ -533,6 +533,7 @@ for func in functions:
print '\t{NULL, NULL} /* Sentinel */'
print '};'
print
print 'void'
print 'initgl()'
print '{'
print '\tinitmodule("gl", gl_methods);'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment