On Thu, Jun 13, 2002 at 06:25:14PM +0900, Stephen J. Turnbull wrote: > c++ -fno-exceptions -fno-operator-names -MD -DHAVE_CONFIG_H -I. >-I/home/steve/Projects/Coda/coda/include -I/home/steve/Projects/Coda/coda -g -O2 >-c -o dict.o dict.cc > In file included from dlist.h:42, > from dict.h:76, > from dict.cc:37: > /usr/include/stdio.h:295: parse error before `throw'
Ehh, what compiler are you using? the #include <stdio.h> is definitely within an extern "C" { } declaration, so it shouldn't complain about C++ keywords in standard C header files. Jan