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

Comparing trunk/OOPSE/libBASS/BASSlex.l (file contents):
Revision 842 by mmeineke, Wed Oct 29 20:40:08 2003 UTC vs.
Revision 854 by mmeineke, Thu Nov 6 19:24:31 2003 UTC

# Line 25 | Line 25 | identifier             ("_"|{letter})({letter}|{digit}|"-"|"_")*
25   #include <stdio.h>
26   #include <string.h>
27  
28 < #include <BASSyacc.h>
29 < #include <BASS_parse.h>
30 < #include <simError.h>
28 > #include "BASSyacc.h"
29 > #include "BASS_parse.h"
30 > #include "simError.h"
31   #ifdef IS_MPI
32   #define __is_lex__
33 < #include <mpiBASS.h>
33 > #include "mpiBASS.h"
34   #endif
35  
36   typedef unsigned short int r_short;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines