| # | 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 ); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |