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

Comparing trunk/OOPSE-2.0/src/io/parse_tree.c (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 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 "io/parse_tree.h"
5 > #include "utils/simError.h"
6  
7   #ifdef IS_MPI
8   #define __is_lex__
9 < #include "mpiBASS.h"
9 > #include "io/mpiBASS.h"
10   #endif
11  
12   void walk_down( struct node_tag* the_node, struct namespc the_namespc );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines