Go to the source code of this file.
Functions | |
void | add_tag_data () |
void add_tag_data | ( | ) |
Definition at line 25 of file high_level_data.c.
00026 { 00027 int i; 00028 00029 for (i = 0; i < num_modules; i++) 00030 { 00031 update_tree (ast_modules[i]); 00032 } 00033 }