summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-06-16 06:43:20 +0000
committerMark Eichin <eichin@mit.edu>1994-06-16 06:43:20 +0000
commiteedeb2dc8557a91c2f98b18617ac2c0dc0b6a9f9 (patch)
tree6ecad756e59533c26a41031c9c5431259a92eeac
parent7d00e55398fc72607ea9be50bc66134dd4751f30 (diff)
downloadkrb5-eedeb2dc8557a91c2f98b18617ac2c0dc0b6a9f9.tar.gz
krb5-eedeb2dc8557a91c2f98b18617ac2c0dc0b6a9f9.tar.xz
krb5-eedeb2dc8557a91c2f98b18617ac2c0dc0b6a9f9.zip
punt USING_BISON
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3851 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/isode/pepsy/pepsy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/isode/pepsy/pepsy.c b/src/isode/pepsy/pepsy.c
index 6ff802d14..45ef1757c 100644
--- a/src/isode/pepsy/pepsy.c
+++ b/src/isode/pepsy/pepsy.c
@@ -36,6 +36,9 @@ static char *rcsid = "$Header$";
*
*
* $Log$
+ * Revision 1.4 1994/06/16 06:43:20 eichin
+ * punt USING_BISON
+ *
* Revision 1.3 1994/06/12 23:49:17 tytso
* Test for YYLINENO so that pepsy will build cleanly on all platforms.
*
@@ -75,7 +78,7 @@ static char *rcsid = "$Header$";
#include "pass2.h"
#include <krb5/autoconf.h>
-#if defined(USING_BISON) || defined(NO_YYLINENO)
+#if defined(NO_YYLINENO)
int yylineno = 0; /* Bison doesn't have yylineno, sigh */
/* ultrix doesn't either */
#endif