COMP: Need #undef ECHO to avoid conflict with system ECHO definition.

This commit is contained in:
Brad King 2005-05-03 14:28:02 -04:00
parent 7ebba61010
commit 7cd0192909
2 changed files with 2 additions and 0 deletions

View File

@ -690,6 +690,7 @@ Modify cmDependsJavaLexer.h:
/* Disable features we do not need. */
#define YY_NEVER_INTERACTIVE 1
#undef ECHO /* SGI termios defines this differently. */
#define ECHO
/* Replace the lexer input function. */

View File

@ -54,6 +54,7 @@ Modify cmDependsJavaLexer.h:
/* Disable features we do not need. */
#define YY_NEVER_INTERACTIVE 1
#undef ECHO /* SGI termios defines this differently. */
#define ECHO
/* Replace the lexer input function. */