mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Initialize current_symtab early, with pr.symtab.
This (with the previous commit) fixes the problems with the tags for builtin structs.
This commit is contained in:
parent
9cb0ca6fed
commit
fd8c639773
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ InitData (void)
|
|||
|
||||
pr.symtab = new_symtab (0, stab_global);
|
||||
pr.symtab->space = pr.near_data;
|
||||
current_symtab = pr.symtab;
|
||||
|
||||
pr.entity_data = defspace_new ();
|
||||
pr.entity_fields = new_symtab (0, stab_global);
|
||||
|
|
Loading…
Reference in a new issue