# HG changeset patch # User Jaroslav Hajek # Date 1246342706 -7200 # Node ID ed392e13c117249d3e1d80eb3628e34f4ebcaacf # Parent 6729708602ca03c946a3b0f920a8f8dc21780dc0 remove assertion in force_variable diff -r 6729708602ca -r ed392e13c117 src/ChangeLog --- a/src/ChangeLog Mon Jun 29 14:24:57 2009 +0200 +++ b/src/ChangeLog Tue Jun 30 08:18:26 2009 +0200 @@ -1,3 +1,7 @@ +2009-06-30 Jaroslav Hajek + + * symtab.h (force_variable): Remove assertion. + 2009-06-28 Michael Goffioul * Makefile.in (INCLUDES): Install txt-eng.h and txt-eng-ft.h. diff -r 6729708602ca -r ed392e13c117 src/symtab.h --- a/src/symtab.h Mon Jun 29 14:24:57 2009 +0200 +++ b/src/symtab.h Tue Jun 30 08:18:26 2009 +0200 @@ -1056,8 +1056,6 @@ scope_id scope = xcurrent_scope, context_id context = xcurrent_context) { - assert (xcurrent_context == 0); - symbol_table *inst = get_instance (scope); if (inst)