undef ECHO to work around AIX lex bug

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5203 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-11-20 05:58:52 +00:00
parent 2b72418183
commit 2a9d2afddf

View File

@@ -37,6 +37,14 @@
* SUCH DAMAGE.
*/
/*
* This is to handle the definition of this symbol in some AIX
* headers, which will conflict with the definition that lex will
* generate for it. It's only a problem for AIX lex.
*/
#undef ECHO
#include "compile_et.h"
#include "parse.h"