# HG changeset patch # User Jaroslav Hajek # Date 1246345436 -7200 # Node ID 650a5bbc07a840b2aa625b1948685e7023134d0e # Parent 1d6856f0acd3cd4fa0231dd6e3e593c0e144eace remove assertion in force_variable diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-06-30 Jaroslav Hajek + + * symtab.h (force_variable): Remove assertion. + 2009-06-26 John W. Eaton * load-path.cc (Faddpath): Preserve order of prepended elements. diff --git a/src/symtab.h b/src/symtab.h --- a/src/symtab.h +++ b/src/symtab.h @@ -1063,8 +1063,6 @@ scope_id scope = xcurrent_scope, context_id context = xcurrent_context) { - assert (xcurrent_context == 0); - symbol_table *inst = get_instance (scope); if (inst)