diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-28 16:49:33 -0800 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-02-28 16:49:33 -0800 |
commit | a5f75d667838e8e7bb037880391f5c44476d33b4 (patch) | |
tree | 5005e888355c1508bc47da697efe119c1615b123 /perly.c.diff | |
parent | 2920c5d2b358b11ace52104b6944bfa0e89256a7 (diff) | |
download | perl-a5f75d667838e8e7bb037880391f5c44476d33b4.tar.gz |
perl 5.002perl-5.002
[editor's note: changes seem to be mostly module updates,
documentation changes and some perl API macro additions]
Diffstat (limited to 'perly.c.diff')
-rw-r--r-- | perly.c.diff | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/perly.c.diff b/perly.c.diff index 37b1b92a70..3b3c04ecf8 100644 --- a/perly.c.diff +++ b/perly.c.diff @@ -1,5 +1,5 @@ -*** perly.c.orig Thu Feb 1 20:47:42 1996 ---- perly.c Thu Feb 1 20:47:43 1996 +*** perly.c.orig Wed Feb 14 15:29:04 1996 +--- perly.c Wed Feb 14 15:29:05 1996 *************** *** 12,82 **** deprecate("\"do\" to call subroutines"); @@ -86,7 +86,7 @@ - short yyss[YYSTACKSIZE]; - YYSTYPE yyvs[YYSTACKSIZE]; - #define yystacksize YYSTACKSIZE - #line 572 "perly.y" + #line 571 "perly.y" /* PROGRAM */ #line 1394 "y.tab.c" --- 1316,1323 ---- @@ -327,7 +327,7 @@ #endif yym = yylen[yyn]; *************** -*** 2243,2250 **** +*** 2242,2249 **** { #if YYDEBUG if (yydebug) @@ -336,7 +336,7 @@ #endif yystate = YYFINAL; *++yyssp = YYFINAL; ---- 2257,2265 ---- +--- 2256,2264 ---- { #if YYDEBUG if (yydebug) @@ -347,7 +347,7 @@ yystate = YYFINAL; *++yyssp = YYFINAL; *************** -*** 2258,2264 **** +*** 2257,2263 **** yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; @@ -355,7 +355,7 @@ YYFINAL, yychar, yys); } #endif ---- 2273,2279 ---- +--- 2272,2278 ---- yys = 0; if (yychar <= YYMAXTOKEN) yys = yyname[yychar]; if (!yys) yys = "illegal-symbol"; @@ -364,7 +364,7 @@ } #endif *************** -*** 2273,2292 **** +*** 2272,2291 **** yystate = yydgoto[yym]; #if YYDEBUG if (yydebug) @@ -385,7 +385,7 @@ yyaccept: ! return (0); } ---- 2288,2322 ---- +--- 2287,2321 ---- yystate = yydgoto[yym]; #if YYDEBUG if (yydebug) |