summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/sl/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/sl/lex.l')
-rw-r--r--crypto/heimdal/lib/sl/lex.l6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/sl/lex.l b/crypto/heimdal/lib/sl/lex.l
index c83e5d1..3e39479 100644
--- a/crypto/heimdal/lib/sl/lex.l
+++ b/crypto/heimdal/lib/sl/lex.l
@@ -1,6 +1,6 @@
%{
/*
- * Copyright (c) 1998 - 2000 Kungliga Tekniska Högskolan
+ * Copyright (c) 1998 - 2001 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -37,13 +37,15 @@
#include "make_cmds.h"
#include "parse.h"
-RCSID("$Id: lex.l,v 1.5 2000/12/05 09:21:46 joda Exp $");
+RCSID("$Id: lex.l,v 1.6 2001/09/16 23:10:10 assar Exp $");
static unsigned lineno = 1;
static int getstring(void);
#define YY_NO_UNPUT
+#undef ECHO
+
%}
OpenPOWER on IntegriCloud