mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Grmpf, a lot more routines have gotten a "Mac" prefix for their
declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files.
This commit is contained in:
parent
6a508aef7d
commit
e180d99280
9 changed files with 957 additions and 9 deletions
|
@ -58,5 +58,8 @@ class MyScanner(Scanner):
|
|||
[("VarVarOutBuffer", "*", "InOutMode")]),
|
||||
]
|
||||
|
||||
def writeinitialdefs(self):
|
||||
self.defsfile.write("def FOUR_CHAR_CODE(x): return x\n")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue