commit | 670690e2aad728aeac7d9fd496002e4b3b49a159 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Aug 16 08:57:40 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Aug 16 08:57:40 1991 +0000 |
tree | 9c64fcde7693b083fc92f9cbf6da979e70cc5c29 | |
parent | df62e44f38fdc20fa8443be5d1c3a91377a009a8 [diff] |
Reflect changed file name in comments.
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