Mail Archives: cygwin/1996/10/28/21:30:52
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
<jeffers AT redrose DOT net>
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -