mips yylineno breakage
authorTom Yu <tlyu@mit.edu>
Sat, 11 Jun 1994 08:05:55 +0000 (08:05 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 11 Jun 1994 08:05:55 +0000 (08:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3746 dc483132-0cff-0310-8789-dd5450dbe970

src/isode/pepsy/pepsy.c

index 4bae33e4c4d68c49001c6f1ef8da3dc17ae8ed62..b33d089ffde8746a3641d97bdb573cb4d6862b6d 100644 (file)
@@ -36,7 +36,10 @@ static char *rcsid = "$Header$";
  *
  *
  * $Log$
- * Revision 1.1  1994/06/10 03:31:15  eichin
+ * Revision 1.2  1994/06/11 08:05:55  tlyu
+ * mips yylineno breakage
+ *
+ * Revision 1.1  1994/06/10  03:31:15  eichin
  * autoconfed isode for kerberos work
  *
  * Revision 1.2  1994/06/07 03:45:37  eichin
@@ -68,7 +71,7 @@ static char *rcsid = "$Header$";
 #include "pepsydefs.h"
 #include "pass2.h"
 
-#if defined(USING_BISON) || defined(mips)
+#if defined(USING_BISON)
 int yylineno = 0;              /* Bison doesn't have yylineno, sigh */
                                /* ultrix doesn't either */
 #endif