Mercurial > hg > octave-nkf
diff src/lex.l @ 924:8b0920cc1d64
[project @ 1994-11-15 00:40:50 by jwe]
author | jwe |
---|---|
date | Tue, 15 Nov 1994 00:41:30 +0000 |
parents | 708827b941b4 |
children | 567eb9703478 |
line wrap: on
line diff
--- a/src/lex.l +++ b/src/lex.l @@ -894,6 +894,8 @@ { static char *plot_styles[] = { + "boxes" + "boxerrorbars", "dots", "errorbars", "impulses", @@ -1115,13 +1117,13 @@ promptflag--; yylval.tok_val = new token (l, c); token_stack.push (yylval.tok_val); - return UNWIND_PROTECT; + return UNWIND; } else if (strcmp ("unwind_protect_cleanup", s) == 0) { yylval.tok_val = new token (l, c); token_stack.push (yylval.tok_val); - return UNWIND_PROTECT_CLEANUP; + return CLEANUP; } else if (strcmp ("end_unwind_protect", s) == 0) {