projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6fd78b6
)
s/YYLEX_PARAM/YYLEXPARAM/
Jarkko Hietaniemi [Mon, 26 Oct 1998 08:21:25 +0000 (08:21 +0000)]
p4raw-id: //depot/cfgperl@2090
perly.y
patch
|
blob
|
blame
|
history
diff --git
a/perly.y
b/perly.y
index
78378b6
..
5c7e6f7
100644
(file)
--- a/
perly.y
+++ b/
perly.y
@@
-42,7
+42,7
@@
dep(void)
#endif /* !OEMVS && !__OPEN_VM && !POSIX_BC */
#ifdef USE_PURE_BISON
-#define YYLEX_PARAM (&yychar)
+#define YYLEXPARAM (&yychar)
#endif
%}