COMP: Need #undef ECHO to avoid conflict with system ECHO definition.
This commit is contained in:
parent
7ebba61010
commit
7cd0192909
|
@ -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. */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue