diff options
Diffstat (limited to 'Source/cmDependsJavaLexer.in.l')
-rw-r--r-- | Source/cmDependsJavaLexer.in.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsJavaLexer.in.l b/Source/cmDependsJavaLexer.in.l index 7afc323..74671d1 100644 --- a/Source/cmDependsJavaLexer.in.l +++ b/Source/cmDependsJavaLexer.in.l @@ -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. */ |