--- trunk/OOPSE/libBASS/BASS_interface.cpp 2003/08/11 19:38:44 675 +++ trunk/OOPSE/libBASS/BASS_interface.cpp 2003/08/12 19:56:49 689 @@ -41,6 +41,15 @@ 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: