absyntax_utils/search_constant_type.hh
changeset 205 96d8b6e006f0
parent 202 da1a8186f86f
child 257 90782e241346
--- a/absyntax_utils/search_constant_type.hh	Wed Sep 02 13:39:05 2009 +0200
+++ b/absyntax_utils/search_constant_type.hh	Wed Sep 02 14:05:27 2009 +0200
@@ -67,8 +67,12 @@
   static time_type_name_c     time_type_name;
   static int_type_name_c      int_type_name;
 
+/*
   static constant_real_type_name_c     constant_real_type_name;
   static constant_int_type_name_c      constant_int_type_name;
+*/
+/* temporarily here until we remove the st_code_gen.c and il_code_gen.c files... */
+  static integer_c      integer;
 
   /******************************************************/
   /* Extensions to the base standard as defined in      */
@@ -98,12 +102,14 @@
     void *visit(octal_integer_c *symbol);
     void *visit(hex_integer_c *symbol);
 
-    void *visit(numeric_literal_c *symbol);
     void *visit(integer_literal_c *symbol);
     void *visit(real_literal_c *symbol);
     void *visit(bit_string_literal_c *symbol);
     void *visit(boolean_literal_c *symbol);
 
+    void *visit(boolean_true_c *symbol);
+    void *visit(boolean_false_c *symbol);
+
     /*******************************/
     /* B.1.2.2   Character Strings */
     /*******************************/