diff src/octave.gperf @ 3484:8b1f46ac2b64

[project @ 2000-01-27 23:30:45 by jwe]
author jwe
date Thu, 27 Jan 2000 23:30:48 +0000
parents 390d5e396682
children e2290bf911f0
line wrap: on
line diff
--- a/src/octave.gperf	Wed Jan 26 23:37:11 2000 +0000
+++ b/src/octave.gperf	Thu Jan 27 23:30:48 2000 +0000
@@ -7,6 +7,7 @@
   case_kw,
   catch_kw,
   continue_kw,
+  do_kw,
   else_kw,
   elseif_kw,
   end_kw,
@@ -31,6 +32,7 @@
   static_kw,
   switch_kw,
   try_kw,
+  until_kw,
   unwind_protect_kw,
   unwind_protect_cleanup_kw,
   while_kw
@@ -44,6 +46,7 @@
 case, CASE, case_kw
 catch, CATCH, catch_kw
 continue, CONTINUE, continue_kw
+do, DO, do_kw
 else, ELSE, else_kw
 elseif, ELSEIF, elseif_kw
 end, END, end_kw
@@ -66,6 +69,7 @@
 static, STATIC, static_kw
 switch, SWITCH, switch_kw
 try, TRY, try_kw
+until, UNTIL, until_kw
 unwind_protect, UNWIND, unwind_protect_kw
 unwind_protect_cleanup, CLEANUP, unwind_protect_cleanup_kw
 while, WHILE, while_kw