summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/config.y')
-rw-r--r--usr.sbin/config/config.y7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index 12440dd..0ee7f28 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -118,6 +118,9 @@ Spec:
|
Config_spec SEMICOLON
|
+ INCLUDE ID SEMICOLON
+ = { include($2, 0); };
+ |
SEMICOLON
|
error SEMICOLON
@@ -164,9 +167,7 @@ Config_spec:
= {
hints = $2;
hintmode = 1;
- } |
- INCLUDE ID
- = { include($2, 0); };
+ }
System_spec:
CONFIG System_id System_parameter_list
OpenPOWER on IntegriCloud