projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9306c70
)
(b4_token_defines): Also define YYTOKENTYPE for K&R C.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 May 2002 17:54:29 +0000
(17:54 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 May 2002 17:54:29 +0000
(17:54 +0000)
data/bison.simple
patch
|
blob
|
blame
|
history
diff --git
a/data/bison.simple
b/data/bison.simple
index a540cd0375d0e116292a29494fb6a9190e7aec9e..abee2c0455bbc6815dff8d484bdce6291152e684 100644
(file)
--- a/
data/bison.simple
+++ b/
data/bison.simple
@@
-100,9
+100,9
@@
m4_map_sep([ b4_token_enum], [,
],
[$@])
};
- /* POSIX requires `int' for tokens in interfaces. */
-# define YYTOKENTYPE int
# endif
+ /* POSIX requires `int' for tokens in interfaces. */
+# define YYTOKENTYPE int
#endif /* !YYTOKENTYPE */
m4_map([b4_token_define], [$@])
])