hist command (ugly)
[calc.git] / element.h
index 37c82136a7e11477b5e513de3619553f1c39f28c..54679784a1b819a1c8ff65b829318cd2e37a55f9 100644 (file)
--- a/element.h
+++ b/element.h
@@ -15,7 +15,7 @@ typedef enum {
     Erfc, Erf,
     Abs, Ceil, Floor,
     Store, Recall, Inc, Dec, Disp, Memory, Clear,
-    Quit, Help,
+    Quit, Help, History,
     Ans, E, Pi,
     Equal, Diff, Ge, Le, Gt, Lt,
     And, Or, Not,
@@ -23,7 +23,7 @@ typedef enum {
     Prog, Arg, Call, List, Edit, Del,
     Get, Length, Pop, Push, Put, Set, Show,
     Max, Mean, Median, Min, Order, Prod, Sum, Variance,
-    Precision, Base, Deg, Grad, Rad
+    Precision, Base, Deg, Grad, Rad,
 } func_t;
 
 /* keyword type */