commit | b1b78d85d389c55ba4fb59b581e881c3eac2f03e | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Dec 14 15:47:01 1999 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Dec 14 15:47:01 1999 +0000 |
tree | 86ce94934584a2678a6a447b7afbc1f5b6295d94 | |
parent | 13681b73b5d951a8f2c453aa20a2f11d75474d31 [diff] [blame] |
Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.
diff --git a/Mac/Modules/win/Winmodule.c b/Mac/Modules/win/Winmodule.c index f895911..9542447 100644 --- a/Mac/Modules/win/Winmodule.c +++ b/Mac/Modules/win/Winmodule.c
@@ -713,7 +713,7 @@ &outFile); if (_err != noErr) return PyMac_Error(_err); _res = Py_BuildValue("O&", - PyMac_BuildFSSpec, outFile); + PyMac_BuildFSSpec, &outFile); return _res; }