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

Fred L. Drake, Jr. fdrake@beopen.com
Sat, 8 Jul 2000 00:11:45 -0400 (EDT)


  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?


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member