From 3588d7a5711c2a4f63f791a27ca01d449d82cdc7 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 5 Dec 2000 09:21:46 +0000 Subject: [PATCH] move undef of ECHO git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9277 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/lex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sl/lex.l b/lib/sl/lex.l index 4a3896f0a..1092d5d1f 100644 --- a/lib/sl/lex.l +++ b/lib/sl/lex.l @@ -32,6 +32,8 @@ * SUCH DAMAGE. */ +#undef ECHO + #include "make_cmds.h" #include "parse.h" @@ -42,8 +44,6 @@ static int getstring(void); #define YY_NO_UNPUT -#undef ECHO - %}