aboutsummaryrefslogtreecommitdiff
path: root/pies
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-12 22:38:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-12 22:38:03 +0000
commit16cc7b16a82dd640cb70101ee4b3636958fc1813 (patch)
tree169f6709495bb7b367a6314f8bd8c69f5eddef7c /pies
parent27f32531cccac2b4745a63506a3a363a4e82f633 (diff)
downloadpies-16cc7b16a82dd640cb70101ee4b3636958fc1813.tar.gz
pies-16cc7b16a82dd640cb70101ee4b3636958fc1813.tar.bz2
Optonal semicolon after a simple statement
Diffstat (limited to 'pies')
-rw-r--r--pies/meta1gram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/pies/meta1gram.y b/pies/meta1gram.y
index 5a34309..ac72d16 100644
--- a/pies/meta1gram.y
+++ b/pies/meta1gram.y
@@ -122,7 +122,7 @@ stmt : simple
| block
;
-simple : ident '=' value ';'
+simple : ident '=' value opt_sc
{
$$ = alloc_node (mu_cfg_node_param, &meta1_locus,
$1, $3,

Return to:

Send suggestions and report system problems to the System administrator.