punt USING_BISON
authorMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 06:43:20 +0000 (06:43 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 06:43:20 +0000 (06:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3851 dc483132-0cff-0310-8789-dd5450dbe970

src/isode/pepsy/pepsy.c

index 6ff802d140b5dcba4e2af81d63f0e1760fa1e83c..45ef1757c920dc7f4c5979c5659cab4b07628a32 100644 (file)
@@ -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