0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Parser
Tim Peters 1be46844d9 Recent ANSIfication introduced a couple instances of
#if RETSIGTYPE != void
That isn't C, and MSVC properly refuses to compile it.
Introduced new Py_RETURN_FROM_SIGNAL_HANDLER macro in pyport.h
to expand to the correct thing based on RETSIGTYPE.  However,
only void is ANSI!  Do we still have platforms that return int?
The Unix config mess appears to #define RETSIGTYPE by magic
without being asked to, so I assume it's "a problem" across
Unices still.
2000-07-23 18:10:18 +00:00
..
.cvsignore
acceler.c
assert.h
bitset.c
firstsets.c
grammar1.c
grammar.c
intrcheck.c Recent ANSIfication introduced a couple instances of 2000-07-23 18:10:18 +00:00
listnode.c
Makefile.in
metagrammar.c
myreadline.c
node.c
parser.c
parser.h
parsetok.c
pgen.c
pgen.h
pgenmain.c
printgrammar.c
tokenizer.c
tokenizer.h