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

This commit is contained in:
Guido van Rossum 1996-12-09 18:51:51 +00:00
parent 665f9198fe
commit 7ce52be627
1 changed files with 1 additions and 0 deletions

View File

@ -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);'