stage3/constant_folding.hh
changeset 633 73b56dc69e61
parent 612 c062ff18d04f
child 667 bd1360f29f15
--- a/stage3/constant_folding.hh	Thu Sep 13 15:14:55 2012 +0200
+++ b/stage3/constant_folding.hh	Thu Sep 13 16:35:10 2012 +0200
@@ -82,6 +82,11 @@
     void *visit(boolean_true_c *symbol);
     void *visit(boolean_false_c *symbol);
 
+    /************************/
+    /* B 1.2.3.1 - Duration */
+    /********* **************/
+    void *visit(fixed_point_c *symbol);
+
     /****************************************/
     /* B.2 - Language IL (Instruction List) */
     /****************************************/