mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Whoops, it's late -- generated output now matches what's checked in...
This commit is contained in:
parent
eae95044ae
commit
8a107fbfed
2 changed files with 25 additions and 25 deletions
|
|
@ -14,7 +14,7 @@ KIND = '' # Usually 'Ptr' or 'Handle'
|
|||
# The following is *usually* unchanged but may still require tuning
|
||||
MODPREFIX = 'App' # The prefix for module-wide routines
|
||||
OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
|
||||
OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
|
||||
OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods
|
||||
INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
|
||||
OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue