Thread: C preprocessor and C continuation character \
this query find out if change intentional, or if unlikely bug.
if have file, foo.dat:
and run through c preprocessor, see difference between output on lucid , natty.code:hello \ world
on lucid, running command:
the output is:code:cc -e -x c foo.dat
however, on natty, output is:code:# 1 "foo.dat" # 1 "<built-in>" # 1 "<command-line>" # 1 "foo.dat" hello world
i'd know:code:# 1 "foo.dat" # 1 "<built-in>" # 1 "<command-line>" # 1 "foo.dat" hello world
1) intentional change or bug?
2) can fix new command option?
in advance.
mm
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] C preprocessor and C continuation character \
Ubuntu

Comments
Post a Comment