SetListCellIndent() argument was guessed incorrectly. Fixed.

This commit is contained in:
Jack Jansen 2001-02-27 13:00:36 +00:00
parent f02f4c8825
commit cced0aa3e0
2 changed files with 10 additions and 15 deletions

View file

@ -74,16 +74,10 @@ class MyScanner(Scanner):
([("void", "*", "OutMode"), ("short", "*", "OutMode")],
[("VarOutBufferShortsize", "*", "InOutMode")]),
# ([("void", "wStorage", "OutMode")],
# [("NullStorage", "*", "InMode")]),
#
# # GetKeys
# ([('KeyMap', 'theKeys', 'InMode')],
# [('*', '*', 'OutMode')]),
#
# # GetTicker
# ([('unsigned long', '*', '*')],
# [('unsigned_long', '*', '*')]),
# SetListCellIndent doesn't have const
([("Point", "indent", "OutMode")],
[("Point_ptr", "indent", "InMode")]),
]
def writeinitialdefs(self):