This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Tradcpp question


There is a PR about the following case for traditional C.  If foo.c
contains:

#define ARGUMENTS a\

foo (ARGUMENTS)

then preprocessing this with tradcpp gives:-

# 1 "/tmp/foo.c"


foo (a
)

I'm inclined to agree that there should be no newline in the
invocation of foo, but thought I'd check first.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]