Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. /*
  2.  * Обработка события PLUGIN_PRE_GENERICIZE
  3.  */
  4. extern "C" void gccst_pre_genericize(void* gcc_data, void* user_data) {
  5.     if (errorcount || sorrycount) {
  6.         return;
  7.     }
  8.    
  9.     // TODO:
  10.     treedump.dumpPreGenericize((tree)gcc_data, 0);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement