--- trunk/OOPSE-2.0/src/io/BASSlex.l 2004/09/28 16:14:17 1495 +++ trunk/OOPSE-2.0/src/io/BASSlex.l 2005/04/06 23:59:59 2150 @@ -413,7 +413,8 @@ int escape_stack_ptr = 0; //keeps track of the escape <> { buffer_stack_ptr--; if( buffer_stack_ptr < 0 ){ - + //reinitialize buffer_stack_ptr + buffer_stack_ptr = 0; yyterminate(); }