aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-11-03 13:44:26 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-11-03 13:44:26 +0200
commit4dc629d91caf334f75133d544765f202d305307b (patch)
treef1ef60c4dec8699c1200cfbe6d57fd033aa9f03c /src
parent499792ca2c61efa5ef097553deae79e6437b373a (diff)
downloadmailfromd-4dc629d91caf334f75133d544765f202d305307b.tar.gz
mailfromd-4dc629d91caf334f75133d544765f202d305307b.tar.bz2
Expect 15 shift/reduce in grammar
Diffstat (limited to 'src')
-rw-r--r--src/gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gram.y b/src/gram.y
index 5194afc5..401ec8ac 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -289,7 +289,7 @@ _create_alias(void *item, void *data)
%error-verbose
%locations
- /*%expect 1*/
+%expect 15
%union {
struct literal *literal;

Return to:

Send suggestions and report system problems to the System administrator.