summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gram.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gram.y b/src/gram.y
index 28a4695..8b18038 100644
--- a/src/gram.y
+++ b/src/gram.y
@@ -125,11 +125,12 @@ static void yyerror(const char *s);
%token <num> SKEYWORD DKEYWORD JKEYWORD WINDOW_RING WARP_CURSOR ERRORTOKEN
%token <num> NO_STACKMODE
%token <ptr> STRING
+%token <num> error
%type <ptr> string
%type <num> pixmap_list cursor_list color_list save_color_list stmt
%type <num> win_color_list iconm_list win_list icon_list function menu
-%type <num> noarg sarg error narg squeeze color_entry
+%type <num> noarg sarg narg squeeze color_entry
%type <num> action button number signed_number full fullkey
%start twmrc