ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/BASS_parse/BASS.y
(Generate patch)

Comparing trunk/mdtools/BASS_parse/BASS.y (file contents):
Revision 118 by chuckv, Wed Sep 25 22:51:14 2002 UTC vs.
Revision 131 by chuckv, Wed Oct 9 22:29:40 2002 UTC

# Line 49 | Line 49
49   #include "node_list.h"
50   #include "make_nodes.h"
51   #include "parse_tree.h"
52 < #ifdef MPI
52 > #ifdef IS_MPI
53 > #define __is_lex__
54   #include "../headers/mpiInterface.h"
55   #endif
56  
# Line 231 | Line 232 | int yyerror( char *err_msg ){
232   int yyerror( char *err_msg ){
233  
234    fprintf( stderr, "yacc parse error in %s at line %d: %s\n", yyfile_name->my_name, yylineno, err_msg );
235 < #ifdef MPI
235 > #ifdef IS_MPI
236    mpiInterfaceExit();
237   #endif
238    exit(8);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines