diff -r f1f3facc59e7 -r 55b074ea7255 absyntax_utils/search_constant_type.cc --- a/absyntax_utils/search_constant_type.cc Thu Feb 02 00:34:04 2012 +0100 +++ b/absyntax_utils/search_constant_type.cc Fri Feb 03 00:09:52 2012 +0100 @@ -168,3 +168,4 @@ /* temporarily here until we remove the st_code_gen.c and il_code_gen.c files... */ /* It should then move to search_expression_type_c */ integer_c search_constant_type_c::integer("1"); +real_c search_constant_type_c::real("1.0");