Reflect changed file name in comments.

This commit is contained in:
Guido van Rossum 1991-08-16 08:57:40 +00:00
parent df62e44f38
commit 670690e2aa
1 changed files with 1 additions and 1 deletions

View File

@ -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