summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorThomas Dorner <Thomas.Dorner@start.de>1998-09-29 14:29:36 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-17 14:49:46 +0000
commita1a0e61e30ae0c76c1d9cbf46512c19c0a966791 (patch)
tree87df3aae4267240a5d481ebb6ffe2eb12fe14667 /proto.h
parent5b7e2fe55885acf170d7496132b9ef976ea5c02b (diff)
downloadperl-a1a0e61e30ae0c76c1d9cbf46512c19c0a966791.tar.gz
POSIX BC2000 port from perl-mvs:
Subject: Ported perl 5.005.02 to BS2000 / POSIX Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> p4raw-id: //depot/cfgperl@2009
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index fe21217b7a..ba00b3ab66 100644
--- a/proto.h
+++ b/proto.h
@@ -670,7 +670,11 @@ VIRTUAL void warner _((U32 err, const char* pat,...));
VIRTUAL void watch _((char** addr));
VIRTUAL I32 whichsig _((char* sig));
VIRTUAL int yyerror _((char* s));
+#ifdef USE_PURE_BISON
+VIRTUAL int yylex _((YYSTYPE* lvalp, int* lcharp));
+#else
VIRTUAL int yylex _((void));
+#endif
VIRTUAL int yyparse _((void));
VIRTUAL int yywarn _((char* s));