projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535c0f6
)
(YYDECL): Use YYSTYPE, not its deprecated alias yystype. This follows
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 30 Dec 2002 22:35:56 +0000
(22:35 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 30 Dec 2002 22:35:56 +0000
(22:35 +0000)
up the 2002-12-24 YYSTYPE bug fix.
src/reader.h
patch
|
blob
|
blame
|
history
diff --git
a/src/reader.h
b/src/reader.h
index 7a8bb705334b53baa332c3a33bb998ea329ddcb2..28f6404f0e39920ce159ef2c2af980965b118026 100644
(file)
--- a/
src/reader.h
+++ b/
src/reader.h
@@
-42,7
+42,7
@@
void scanner_initialize (void);
void scanner_free (void);
void scanner_last_string_free (void);
-# define YY_DECL int gram_lex (
yystype
*val, location *loc)
+# define YY_DECL int gram_lex (
YYSTYPE
*val, location *loc)
YY_DECL;