add increase and decrease features
[calc.git] / parser.h
index 409b4d43c16d4860c549d3f2af0cf63b2b5560e1..540f1c81ce46cc61965a58f1348d41550deba89f 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -14,7 +14,7 @@ typedef enum {
     Pow, Sqr,
     Cos, Sin, Atan,
     Log, Exp,
-    Store, Recall, Disp,
+    Store, Recall, Inc, Dec, Disp,
     Quit, Help,
     Ans, E, Pi,
     Equal, Diff, Ge, Le, Gt, Lt,