diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2020-07-05 08:34:39 +0200 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2020-07-05 09:59:45 +0200 |
commit | 0820f16ca8a140f2ef8261a9ab42301a7358cec2 (patch) | |
tree | 4767b7330eab56c758539bddcfb96de94f4edd16 /data | |
parent | 49f1e5f42813f9d8bccedac9e5108b59ae71e8b7 (diff) | |
download | bison-0820f16ca8a140f2ef8261a9ab42301a7358cec2.tar.gz |
style: update comments
* src/reader.c: action_obstack was removed in 2002...
* src/parse-gram.y: Better names.
* src/scan-code.h: More comments.
Diffstat (limited to 'data')
-rw-r--r-- | data/skeletons/yacc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/skeletons/yacc.c b/data/skeletons/yacc.c index 43838d01..9ec153ac 100644 --- a/data/skeletons/yacc.c +++ b/data/skeletons/yacc.c @@ -48,6 +48,10 @@ m4_define([b4_pure_if], ## api.push-pull. ## ## --------------- ## +# b4_pull_if, b4_push_if +# ---------------------- +# Whether the pull/push APIs are needed. Both can be enabled. + b4_percent_define_default([[api.push-pull]], [[pull]]) b4_percent_define_check_values([[[[api.push-pull]], [[pull]], [[push]], [[both]]]]) |