changeset 9409:ed392e13c117

remove assertion in force_variable
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 30 Jun 2009 08:18:26 +0200
parents 6729708602ca
children 2ad67ccd09fd
files src/ChangeLog src/symtab.h
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <highegg@gmail.com>
+
+	* symtab.h (force_variable): Remove assertion.
+
 2009-06-28  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* Makefile.in (INCLUDES): Install txt-eng.h and txt-eng-ft.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)