aboutsummaryrefslogtreecommitdiff
path: root/pies/meta1gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'pies/meta1gram.y')
-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.