0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 09:31:40 +00:00

must remember to test compile in the optimising tree :P

This commit is contained in:
Bill Currie 2002-06-09 16:34:50 +00:00
parent a4b06b1074
commit e47570db69

View file

@ -352,7 +352,7 @@ def_name
if (current_scope->type == sc_local
&& current_scope->parent->type == sc_params) {
scope_t *scope;
def_t *def = get_def (0, $1, scope, 0);
def_t *def = get_def (0, $1, current_scope, 0);
if (def) {
scope = def->scope;
if (scope->type == sc_params)