From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddy Ilg" To: Subject: Digraphs Date: Sat, 27 Oct 2001 15:34:00 -0000 Message-id: <002c01c15f37$88ee1970$6300a8c0@Freedom> X-SW-Source: 2001-10/msg00247.html Hi, I am using GCC and I have a Problem compiling following code: #define TEST(test) { \ } getting following error Messages: g++ -traditional-cpp -Wall -I . -I /pub/robocontrol testapp.cpp -o testapp In file included from /pub/robocontrol/RoboAPI/packet_net.h:29, from testapp.cpp:16: /pub/robocontrol/RoboAPI/module.h:71: parse error before `}' make: *** [testapp] Error 1 There is no spaces behind the \. I have used other compilers and this works well. I have found out that cpp recognizes the {} as "digraphs". Is this the cause and can I disable that feature? Thanks Eddy