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

Comparing trunk/mdtools/BASS_parse/BASS.l (file contents):
Revision 118 by chuckv, Wed Sep 25 22:51:14 2002 UTC vs.
Revision 138 by chuckv, Wed Oct 16 21:07:02 2002 UTC

# Line 24 | Line 24 | identifier             ("_"|{letter})({letter}|{digit}|"-"|"_")*
24   #include <stdio.h>
25   #include <string.h>
26   #include "BASS_parse.h"
27 < #ifdef MPI
28 < #include "../headers/mpiInterface.h"
27 > #ifdef IS_MPI
28 > #define __is_lex__
29 > #include "../headers/mpiBASS.h"
30   #endif
31  
32   typedef unsigned short int r_short;
# Line 415 | Line 416 | void check_def_buff( char* defined, int index ){
416    if( index >= DEFINED_BUFFER_SIZE ){
417      
418      fprintf( stderr, "Define buffer size exceeded for %s\n", defined );
419 < #ifdef MPI
419 > #ifdef IS_MPI
420      mpiInterfaceExit();
421   #endif
422      exit(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines