mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Do not always reset current_storage.
resetting current_storage in external_def_list's empty rule breaks the block storage scopes (extern { ... } etc);
This commit is contained in:
parent
e414117fe8
commit
1e3154ecd5
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ external_def_list
|
|||
: /* empty */
|
||||
{
|
||||
current_symtab = pr.symtab;
|
||||
current_storage = sc_global;
|
||||
}
|
||||
| external_def_list external_def
|
||||
| external_def_list obj_def
|
||||
|
|
Loading…
Reference in a new issue