clear feature
[calc.git] / parser.h
index f52112952eb9d73777b9d7a9bfd6d41a9165ebbd..2e3e6d464c6ffba87fab1c90f62ce41f5f9bf453 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -15,7 +15,7 @@ typedef enum {
     Cos, Sin, Tan, Acos, Asin, Atan,
     Log, Exp,
     Abs, Ceil, Floor,
-    Store, Recall, Inc, Dec, Disp, Mem,
+    Store, Recall, Inc, Dec, Disp, Mem, Clear,
     Quit, Help,
     Ans, E, Pi,
     Equal, Diff, Ge, Le, Gt, Lt,