@@ -19,12 +19,12 @@ Author: Thomas Kiley, thomas.kiley@diffblue.com
1919
2020#include " goto_functions.h"
2121
22- #define LOG (message, irep ) \
23- do { \
24- debug (). source_location = irep. source_location (); \
25- debug () << message << " : " << format (irep) << eom; \
26- } \
27- while (0 )
22+ #define LOG (message, irep ) \
23+ do \
24+ { \
25+ log. debug (). source_location = irep. source_location (); \
26+ log. debug () << message << " : " << format (irep) << messaget::eom; \
27+ } while (0 )
2828
2929// / To take a function call on a function pointer, and if possible resolve it to
3030// / a small collection of possible values.
@@ -34,10 +34,8 @@ Author: Thomas Kiley, thomas.kiley@diffblue.com
3434remove_const_function_pointerst::remove_const_function_pointerst (
3535 message_handlert &message_handler,
3636 const namespacet &ns,
37- const symbol_tablet &symbol_table):
38- messaget(message_handler),
39- ns(ns),
40- symbol_table(symbol_table)
37+ const symbol_tablet &symbol_table)
38+ : log(message_handler), ns(ns), symbol_table(symbol_table)
4139{}
4240
4341// / To take a function call on a function pointer, and if possible resolve it to
0 commit comments