From 8c46235a8972c0d1ced79d467de494e5842444be Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Tue, 20 Aug 2002 18:42:12 +0000 Subject: Syntax fix. --- hcid/parser.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hcid/parser.y b/hcid/parser.y index 96bcf023..f0aafbd3 100644 --- a/hcid/parser.y +++ b/hcid/parser.y @@ -82,7 +82,7 @@ statement: } ; -hcid_options: '{' hcid_opts '}' +hcid_options: '{' hcid_opts '}'; hcid_opts: | hcid_opt ';' | error ';' | hcid_opts hcid_opt ';'; hcid_opt: K_AUTOINIT bool { @@ -133,7 +133,7 @@ pair_mode: ; -device_options: '{' device_opts '}' +device_options: '{' device_opts '}'; device_opts: | device_opt ';' | error ';' | device_opts device_opt ';'; device_opt: K_PTYPE pkt_type { -- cgit