ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libBASS/BASS_interface.cpp
(Generate patch)

Comparing trunk/OOPSE/libBASS/BASS_interface.cpp (file contents):
Revision 675 by mmeineke, Mon Aug 11 19:38:44 2003 UTC vs.
Revision 689 by tim, Tue Aug 12 19:56:49 2003 UTC

# Line 41 | Line 41 | int event_handler( event* the_event ){
41  
42    int handled = 0;
43  
44 +  if( the_event->event_type == ASSIGNMENT){
45 +    fprintf( stderr,
46 +             "global assign %s\n",
47 +             the_event->evt.asmt.lhs );
48 +  }
49 +
50 +
51 +  the_globals->printIC();
52 +
53    switch( current_block ){
54      
55    case GLOBAL_BLK:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines