diff options
-rw-r--r-- | src/gram.y | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |