[Python-Dev] HAVE_OLD_CPP and the token-pasting operator

Tim Peters tim_one@email.msn.com
Sat, 8 Jul 2000 00:33:42 -0400


[Fred L. Drake, Jr.]
>   operator.c includes a couple of macros that are defined to either
> use the ANSI token-pasting operator (##) or the old /**/ trick.  Since
> I know macros in other source files are just using the token-pasting
> operator, and I've not heard anyone scream, should I just remove the
> old style macros since we're requiring ANSI C now?

Yes!  We should at least pretend we're living in the 1900's by now <wink>.