# | Line 1 | Line 1 | |
---|---|---|
1 | ||
2 | < | #include <cstring> |
3 | < | #include <cstdio> |
4 | < | #include <cstdlib> |
2 | > | #include <string.h> |
3 | > | #include <stdio.h> |
4 | > | #include <stdlib.h> |
5 | ||
6 | #include "Globals.hpp" | |
7 | #include "BASS_interface.h" | |
# | 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 | – | |
44 | switch( current_block ){ | |
45 | ||
46 | case GLOBAL_BLK: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |