diff options
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index df021076..0d2da63b 100644 --- a/elaborate.h +++ b/elaborate.h @@ -90,6 +90,9 @@ struct typeresolution_info: public visitor void visit_target_symbol (target_symbol* e); void visit_arrayindex (arrayindex* e); void visit_functioncall (functioncall* e); + void visit_print_format (print_format* e); + void visit_stat_op (stat_op* e); + void visit_hist_op (hist_op* e); }; |