#ifndef INTERP_PRIVATE_H #define INTERP_PRIVATE_H #include #include struct interp { struct interp_cfg cfg; const char *exception; bool exit; }; #endif