summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps/otp-lexer.l
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/otps/otp-lexer.l')
-rw-r--r--Build/source/texk/web2c/otps/otp-lexer.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/otp-lexer.l b/Build/source/texk/web2c/otps/otp-lexer.l
index fcc4ca63c5f..8f6048d321c 100644
--- a/Build/source/texk/web2c/otps/otp-lexer.l
+++ b/Build/source/texk/web2c/otps/otp-lexer.l
@@ -1,4 +1,4 @@
-/* otp.l: Lexical analysis for OTP files
+/* otp-lexer.l: Lexical analysis for OTP files
This file is part of Omega,
which is based on the web2c distribution of TeX,
@@ -23,6 +23,8 @@ along with Omega; if not, write to the Free Software Foundation, Inc.,
*/
+%option never-interactive
+
%{
#include "routines.h"
#include "yystype.h"