diff options
Diffstat (limited to 'Modules/cgen.py')
-rw-r--r-- | Modules/cgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cgen.py b/Modules/cgen.py index 1e345d1..f1e8b63 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py @@ -1,5 +1,5 @@ # Python script to parse cstubs file for gl and generate C stubs. -# usage: python cgen <cstubs >glmodule.c +# usage: python cgen.py <cstubs >glmodule.c # # XXX BUG return arrays generate wrong code # XXX need to change error returns into gotos to free mallocked arrays |