fixed yytext declaration problem
authorTom Yu <tlyu@mit.edu>
Sat, 11 Jun 1994 07:42:43 +0000 (07:42 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 11 Jun 1994 07:42:43 +0000 (07:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3745 dc483132-0cff-0310-8789-dd5450dbe970

src/isode/pepsy/pepsydefs.h.gnrc

index 119bdd8d79b63c127df987f3197c8ab1f423ff21..c90c0f208af9ec67cb2050fe83a240a8a5102eee 100644 (file)
  *
  *
  * $Log$
- * Revision 1.1  1994/06/10 03:31:25  eichin
- * autoconfed isode for kerberos work
+ * Revision 1.2  1994/06/11 07:42:43  tlyu
+ * fixed yytext declaration problem
  *
+Revision 1.1  1994/06/10  03:31:25  eichin
+autoconfed isode for kerberos work
+
 # Revision 1.2  1994/06/07 04:06:25  eichin
 # yytext is char* under mips too
 #
@@ -391,7 +394,7 @@ extern char *yyprfdflt;
 extern int yydebug;
 extern int yylineno;
 
-#if defined(linux) || defined(mips)
+#if defined(linux)
 extern char *yytext;
 #else
 #ifndef        HPUX