diff --git a/Modules/cgen.py b/Modules/cgen.py index ce2870214b3..d31db873006 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py @@ -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);'