aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.y
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.y')
-rw-r--r--libstorycode/storycode.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index c6ba2eb..7de9fb0 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -123,7 +123,6 @@
%token VERT HORIZ
%token LEFT CENTER RIGHT
%token FONTNAME RUN_TEXT
-%token SQOPEN SQCLOSE
%token UNIT VALUE HEXCOL
%token TEXT_START
@@ -470,7 +469,7 @@ frame_options: { $<style>$.mask = 0; $<style>$.alignment = ALIGN_INHERIT; }
/* Each option is enclosed in square brackets */
frame_option:
- SQOPEN frameopt SQCLOSE { $$ = $2; }
+ '[' frameopt ']' { $$ = $2; }
;
frameopt: