absyntax_utils/absyntax_utils.hh
changeset 625 c0bda77b37a0
parent 596 4efb11e44065
child 666 8ba9ec4bae50
--- a/absyntax_utils/absyntax_utils.hh	Tue Aug 14 19:40:01 2012 +0200
+++ b/absyntax_utils/absyntax_utils.hh	Wed Aug 22 16:46:17 2012 +0200
@@ -55,9 +55,6 @@
 /* returns 0 if the names are equal!! Case is ignored. */
 int compare_identifiers(symbol_c *ident1, symbol_c *ident2);
 
-/* extract the value of an integer from an integer_c object !! */
-int extract_integer(symbol_c *integer);
-  
 /* A symbol table with all globally declared functions... */
 extern function_declaration_c null_symbol1;
 typedef dsymtable_c<function_declaration_c *, &null_symbol1> function_symtable_t;
@@ -119,8 +116,8 @@
 #include "search_expression_type.hh"
 #include "add_en_eno_param_decl.hh"
 #include "get_sizeof_datatype.hh"
-#include "get_function_type.h"
-
+#include "search_il_label.hh"
+#include "get_var_name.hh"
 
 /***********************************************************************/
 /***********************************************************************/