diff src/octave.gperf @ 2764:2c0f259cf83d

[project @ 1997-03-01 02:30:26 by jwe]
author jwe
date Sat, 01 Mar 1997 02:30:29 +0000
parents 8bd5499ae4ef
children eedc2f3f61f7
line wrap: on
line diff
--- a/src/octave.gperf
+++ b/src/octave.gperf
@@ -4,6 +4,7 @@
 {
   all_va_args_kw,
   break_kw,
+  case_kw,
   catch_kw,
   continue_kw,
   else_kw,
@@ -14,6 +15,7 @@
   endfor_kw,
   endfunction_kw,
   endif_kw,
+  endswitch_kw,
   endwhile_kw,
   for_kw,
   function_kw,
@@ -21,8 +23,10 @@
   gplot_kw,
   gsplot_kw,
   if_kw,
+  otherwise_kw,
   replot_kw,
   return_kw,
+  switch_kw,
   try_kw,
   unwind_protect_kw,
   unwind_protect_cleanup_kw,
@@ -34,6 +38,7 @@
 %%
 all_va_args, ALL_VA_ARGS, all_va_args_kw
 break, BREAK, break_kw
+case, CASE, case_kw
 catch, CATCH, catch_kw
 continue, CONTINUE, continue_kw
 else, ELSE, else_kw
@@ -44,6 +49,7 @@
 endfor, END, endfor_kw
 endfunction, END, endfunction_kw
 endif, END, endif_kw
+endswitch, END, endswitch_kw
 endwhile, END, endwhile_kw
 for, FOR, for_kw
 function, FCN, function_kw
@@ -51,8 +57,10 @@
 gplot, PLOT, gplot_kw
 gsplot, PLOT, gsplot_kw
 if, IF, if_kw
+otherwise, OTHERWISE, otherwise_kw
 replot, PLOT, replot_kw
 return, FUNC_RET, return_kw
+switch, SWITCH, switch_kw
 try, TRY, try_kw
 unwind_protect, UNWIND, unwind_protect_kw
 unwind_protect_cleanup, CLEANUP, unwind_protect_cleanup_kw