/[emacs]/emacs/lib-src/etags.c
ViewVC logotype

Diff of /emacs/lib-src/etags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.48 by pot, Tue Sep 27 20:18:15 2005 UTC revision 3.49 by eliz, Thu Oct 20 13:13:17 2005 UTC
# Line 477  static bool cplusplus;         /* .[hc] means C Line 477  static bool cplusplus;         /* .[hc] means C
477  static bool ignoreindent;       /* -I: ignore indentation in C */  static bool ignoreindent;       /* -I: ignore indentation in C */
478  static bool packages_only;      /* --packages-only: in Ada, only tag packages*/  static bool packages_only;      /* --packages-only: in Ada, only tag packages*/
479    
480    /* STDIN is defined in LynxOS system headers */
481    #ifdef STDIN
482    #undef STDIN
483    #endif
484    
485  #define STDIN 0x1001            /* returned by getopt_long on --parse-stdin */  #define STDIN 0x1001            /* returned by getopt_long on --parse-stdin */
486  static bool parsing_stdin;      /* --parse-stdin used */  static bool parsing_stdin;      /* --parse-stdin used */
487    

Legend:
Removed from v.3.48  
changed lines
  Added in v.3.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26