absyntax_utils/absyntax_utils.hh
changeset 576 8368ec909825
parent 568 5f79478142d7
child 587 1ecf916cc397
--- a/absyntax_utils/absyntax_utils.hh	Sun Jun 10 15:54:10 2012 +0100
+++ b/absyntax_utils/absyntax_utils.hh	Sun Jun 10 21:47:15 2012 +0100
@@ -58,7 +58,7 @@
 /* extract the value of an integer/hex_integer/real from an integer_c/hex_integer_c/real_c symbol !! */
 long long extract_integer_value(symbol_c *sym);
 uint64_t  extract_hex_value    (symbol_c *sym);
-real64_t  extract_real_value   (symbol_c *sym);
+real64_t  extract_real_value   (symbol_c *sym, bool *overflow);
   
 /* A symbol table with all globally declared functions... */
 extern function_declaration_c null_symbol1;