From: jeffers AT redrose DOT net (David Jeffers) Subject: syntax error? 28 Oct 1996 21:30:52 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199610290130.RAA15811.cygnus.gnu-win32@cygnus.com> Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Here's the file: misc.h -------------------------------- #ifndef misc_h #define misc_h const int false = 0; const int true = 1; #endif -------------------------------- Here's the error message: $ in file included from buffer.h:24, $ from buffer.cpp:25 $ misc.h:18 syntax error before 'false' $ misc.h:19 syntax error before 'true' Can someone explain this error message or where the syntax error is? -- David Jeffers - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".