diff src/lex.l @ 3484:8b1f46ac2b64

[project @ 2000-01-27 23:30:45 by jwe]
author jwe
date Thu, 27 Jan 2000 23:30:48 +0000
parents 45742a3b1f7c
children cbee5fbb696d
line wrap: on
line diff
--- a/src/lex.l	Wed Jan 26 23:37:11 2000 +0000
+++ b/src/lex.l	Thu Jan 27 23:30:48 2000 +0000
@@ -1020,6 +1020,7 @@
 	case otherwise_kw:
 	case return_kw:
 	case static_kw:
+	case until_kw:
 	case unwind_protect_cleanup_kw:
  	  break;
 
@@ -1055,6 +1056,7 @@
 	  yylval.tok_val = new token (token::while_end, l, c);
 	  break;
 
+	case do_kw:
 	case for_kw:
 	case while_kw:
 	  promptflag--;