mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
SetListCellIndent() argument was guessed incorrectly. Fixed.
This commit is contained in:
parent
f02f4c8825
commit
cced0aa3e0
2 changed files with 10 additions and 15 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue