]> granicus.if.org Git - python/commitdiff
Added `void' to declaration of initgl(), to keep gcc -Wall happy.
authorGuido van Rossum <guido@python.org>
Mon, 9 Dec 1996 18:51:51 +0000 (18:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Dec 1996 18:51:51 +0000 (18:51 +0000)
Modules/cgen.py

index ce2870214b370c7781d50fbed4a7694644915d1d..d31db8730069f9f4ed08bba7d514c09c9e212be0 100644 (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);'