]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added a little comment
authorGuido van Rossum <guido@python.org>
Sun, 20 Oct 1991 20:28:02 +0000 (20:28 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 20 Oct 1991 20:28:02 +0000 (20:28 +0000)
Modules/cgen.py

index f1e8b630b85356227a23df7f77a65bb4f60233de..69ad154ab911333bf62e60f9a83de89c730ca7e1 100644 (file)
@@ -1,6 +1,10 @@
 # Python script to parse cstubs file for gl and generate C stubs.
 # usage: python cgen.py <cstubs >glmodule.c
 #
+# NOTE: You  must first make a python binary without the "GL" option
+#      before you can run this, when building Python for the first time.
+#      See comments in the Makefile.
+#
 # XXX BUG return arrays generate wrong code
 # XXX need to change error returns into gotos to free mallocked arrays