]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Mass ANSIfication.
authorThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 19:20:54 +0000 (19:20 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 19:20:54 +0000 (19:20 +0000)
commit23c9e0024af99379ae517b016b874d57127e9a97
tree8b9550548b9af667e20b8aaaae03ac54d38d6f70
parentf70ef4f8606f99744252a804229d53a4d97601c1
Mass ANSIfication.

Work around intrcheck.c's desire to pass 'PyErr_CheckSignals' to
'Py_AddPendingCall' by providing a (static) wrapper function that has the
right number of arguments.
16 files changed:
Parser/acceler.c
Parser/bitset.c
Parser/firstsets.c
Parser/grammar.c
Parser/grammar1.c
Parser/intrcheck.c
Parser/listnode.c
Parser/metagrammar.c
Parser/myreadline.c
Parser/node.c
Parser/parser.c
Parser/parsetok.c
Parser/pgen.c
Parser/pgenmain.c
Parser/printgrammar.c
Parser/tokenizer.c