absyntax_utils/function_call_iterator.cc
changeset 596 4efb11e44065
parent 279 c0453b7f99df
child 958 7474d2cd1d6e
equal deleted inserted replaced
595:c41975a290ce 596:4efb11e44065
    43  * function/FB call in that code.
    43  * function/FB call in that code.
    44  */
    44  */
    45 
    45 
    46 
    46 
    47 #include "function_call_iterator.hh"
    47 #include "function_call_iterator.hh"
       
    48 #include "../main.hh" // required for ERROR() and ERROR_MSG() macros.
    48 
    49 
    49 
    50 
    50 //#define DEBUG
    51 //#define DEBUG
    51 #ifdef DEBUG
    52 #ifdef DEBUG
    52 #define TRACE(classname) printf("\n____%s____\n",classname);
    53 #define TRACE(classname) printf("\n____%s____\n",classname);
    53 #else
    54 #else
    54 #define TRACE(classname)
    55 #define TRACE(classname)
    55 #endif
    56 #endif
    56 
       
    57 #define ERROR error_exit(__FILE__,__LINE__)
       
    58 /* function defined in main.cc */
       
    59 extern void error_exit(const char *file_name, int line_no);
       
    60 
    57 
    61 
    58 
    62 
    59 
    63 
    60 
    64 
    61