summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/sl/lex.l
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
committernectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
commit69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (patch)
tree85ecf91fd00875cec4b93111d3a8ed9eec9cddfe /crypto/heimdal/lib/sl/lex.l
parent8db4cdb3da4228a5d93635e43825e2e8a2f66db7 (diff)
downloadFreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.zip
FreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/02/17.
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