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

Comparing trunk/OOPSE/libBASS/parse_tree.c (file contents):
Revision 675 by mmeineke, Mon Aug 11 19:38:44 2003 UTC vs.
Revision 854 by mmeineke, Thu Nov 6 19:24:31 2003 UTC

# Line 1 | Line 1
1   #include <stdlib.h>
2   #include <stdio.h>
3  
4 < #include <parse_tree.h>
5 < #include <simError.h>
4 > #include "parse_tree.h"
5 > #include "simError.h"
6  
7   #ifdef IS_MPI
8   #define __is_lex__
9 < #include <mpiBASS.h>
9 > #include "mpiBASS.h"
10   #endif
11  
12   void walk_down( struct node_tag* the_node, struct namespc the_namespc );
# Line 406 | Line 406 | void kill_tree( struct node_tag* the_node ){
406    
407   void kill_tree( struct node_tag* the_node ){
408    
409  // These two are needed to get rid of the integer list
409  
411  struct integer_list_tag* current_il;
412  struct integer_list_tag* temp_il;
413
414
410    if( the_node != NULL ){
411      
412      if( the_node->stmt_list != NULL ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines