Fix a commit snafu

This commit is contained in:
Stan Shebs 2010-03-16 00:52:54 +00:00
parent 67f0cbdb6a
commit ac0cd78b43
1 changed files with 1 additions and 1 deletions

View File

@ -1519,7 +1519,7 @@ gen_maybe_namespace_elt (struct expression *exp,
sym = cp_lookup_symbol_namespace (namespace_name, name,
block_for_pc (ax->scope),
VAR_DOMAIN, 0);
VAR_DOMAIN);
if (sym == NULL)
return 0;