+2005-10-06 Olli Savia <ops@iki.fi> (tiny change)
+
+ * etags.c: Undef STDIN if defined. (LynxOS defines it in system
+ header files.)
+
2005-09-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
* etags.c: Preliminary Forth support.
static bool ignoreindent; /* -I: ignore indentation in C */
static bool packages_only; /* --packages-only: in Ada, only tag packages*/
+/* STDIN is defined in LynxOS system headers */
+#ifdef STDIN
+#undef STDIN
+#endif
+
#define STDIN 0x1001 /* returned by getopt_long on --parse-stdin */
static bool parsing_stdin; /* --parse-stdin used */