1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Drop name-less label/break for now

See #734 and #658.
This commit is contained in:
Nicolas Williams
2015-03-23 14:57:35 -05:00
parent 0f7759f831
commit ffa2832e33
9 changed files with 1179 additions and 1294 deletions

View File

@@ -59,8 +59,6 @@ struct lexer_param;
"catch" { return CATCH; }
"label" { return LABEL; }
"break" { return BREAK; }
"break2" { return BREAK2; }
"break3" { return BREAK3; }
"|=" { return SETPIPE; }
"+=" { return SETPLUS; }
"-=" { return SETMINUS; }