emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Thu, 20 Oct 2005 09:13:17 -0400

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.48 emacs/lib-src/etags.c:3.49
*** emacs/lib-src/etags.c:3.48  Tue Sep 27 20:18:15 2005
--- emacs/lib-src/etags.c       Thu Oct 20 13:13:17 2005
***************
*** 477,482 ****
--- 477,487 ----
  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 */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]