Added `void' to declaration of initgl(), to keep gcc -Wall happy.
diff --git a/Modules/cgen.py b/Modules/cgen.py
index ce28702..d31db87 100644
--- a/Modules/cgen.py
+++ b/Modules/cgen.py
@@ -533,6 +533,7 @@
 print '\t{NULL, NULL} /* Sentinel */'
 print '};'
 print
+print 'void'
 print 'initgl()'
 print '{'
 print '\tinitmodule("gl", gl_methods);'