minor comment about scoping in traditional mode

This commit is contained in:
Bill Currie 2010-02-22 13:44:52 +00:00 committed by Jeff Teunissen
parent fac98536f0
commit 51a32f4f87

View file

@ -577,6 +577,8 @@ var_initializer
type_t *type = $<type>-1;
if (current_scope->type == sc_params) {
// In traditional mode, this is the only scope that functions
// have.
local = 0;
$$ = create_def (type, name, current_scope, st_static);
} else {