]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added ResObj_OptNew declaration
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 17 Aug 1995 14:32:23 +0000 (14:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 17 Aug 1995 14:32:23 +0000 (14:32 +0000)
Tools/bgen/bgen/macsupport.py
Tools/bgen/bgen/scantools.py

index 6d226d437acf9b73c1cac961369538ee62de6c14..e4c05a8aefc3c761502032cfc1e17ccb2e6d8630 100644 (file)
@@ -94,6 +94,7 @@ includestuff = """
 #include <Controls.h>
 
 extern PyObject *ResObj_New(Handle);
+extern PyObject *ResObj_OptNew(Handle);
 extern int ResObj_Convert(PyObject *, Handle *);
 
 extern PyObject *WinObj_New(WindowPtr);
index 09d6f35f5a1bd5d56389c6112abf2bd52e76e986..7a210ff9e3fd497da40b30c3738a009ba9efaef6 100644 (file)
@@ -30,7 +30,7 @@ except ImportError:
 #CREATOR = 'KAHL'              # Guido's favorite text editor on the Mac
 #INCLUDEDIR = "D:Development:THINK C:Mac #includes:Apple #includes:"
 CREATOR = 'MPCC'               # Jack's favorite text editor on the Mac
-INCLUDEDIR = "Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
+INCLUDEDIR = "Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:"
 
 
 Error = "scantools.Error"