From 7ce52be62748582247754c2cbb88bb81e39b6b98 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 9 Dec 1996 18:51:51 +0000 Subject: Added `void' to declaration of initgl(), to keep gcc -Wall happy. --- Modules/cgen.py | 1 + 1 file changed, 1 insertion(+) 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 @@ for func in functions: print '\t{NULL, NULL} /* Sentinel */' print '};' print +print 'void' print 'initgl()' print '{' print '\tinitmodule("gl", gl_methods);' -- cgit v0.12