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 689 by tim, Tue Aug 12 19:56:49 2003 UTC vs.
Revision 828 by gezelter, Tue Oct 28 16:03:06 2003 UTC

# 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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines