--- trunk/OOPSE/libBASS/BASS_interface.cpp 2003/08/12 19:56:49 689 +++ trunk/OOPSE/libBASS/BASS_interface.cpp 2003/10/28 16:03:06 828 @@ -1,7 +1,7 @@ -#include -#include -#include +#include +#include +#include #include "Globals.hpp" #include "BASS_interface.h" @@ -41,15 +41,6 @@ int event_handler( event* the_event ){ int handled = 0; - if( the_event->event_type == ASSIGNMENT){ - fprintf( stderr, - "global assign %s\n", - the_event->evt.asmt.lhs ); - } - - - the_globals->printIC(); - switch( current_block ){ case GLOBAL_BLK: