mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +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 */
|
: /* empty */
|
||||||
{
|
{
|
||||||
current_symtab = pr.symtab;
|
current_symtab = pr.symtab;
|
||||||
current_storage = sc_global;
|
|
||||||
}
|
}
|
||||||
| external_def_list external_def
|
| external_def_list external_def
|
||||||
| external_def_list obj_def
|
| external_def_list obj_def
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue