Kaydet (Commit) 7ce52be6 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 665f9198
...@@ -533,6 +533,7 @@ for func in functions: ...@@ -533,6 +533,7 @@ for func in functions:
print '\t{NULL, NULL} /* Sentinel */' print '\t{NULL, NULL} /* Sentinel */'
print '};' print '};'
print print
print 'void'
print 'initgl()' print 'initgl()'
print '{' print '{'
print '\tinitmodule("gl", gl_methods);' 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