summaryrefslogtreecommitdiff
path: root/perly.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-12-03 22:08:57 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-12-03 22:08:57 +0000
commit3797f23dc18fcbec8952adafb4dada635be35c43 (patch)
treea34ed75ce45de7868dae527b6eb0bda0d1627639 /perly.c
parent432ce8742246acadf2cbd18b5d853ae8e4a260e3 (diff)
downloadperl-3797f23dc18fcbec8952adafb4dada635be35c43.tar.gz
add support for bison 2.3
p4raw-id: //depot/perl@29443
Diffstat (limited to 'perly.c')
-rw-r--r--perly.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/perly.c b/perly.c
index 93f3cb9dce..50a998e146 100644
--- a/perly.c
+++ b/perly.c
@@ -25,6 +25,7 @@
*/
+
/* allow stack size to grow effectively without limit */
#define YYMAXDEPTH 10000000
@@ -32,6 +33,10 @@
#define PERL_IN_PERLY_C
#include "perl.h"
+typedef unsigned char yytype_uint8;
+typedef signed char yytype_int8;
+typedef unsigned short int yytype_uint16;
+typedef short int yytype_int16;
typedef signed char yysigned_char;
#ifdef DEBUGGING