mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
Added `void' to declaration of initgl(), to keep gcc -Wall happy.
This commit is contained in:
parent
665f9198fe
commit
7ce52be627
1 changed files with 1 additions and 0 deletions
|
@ -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);'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue