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

Comparing trunk/OOPSE-2.0/src/io/BASSlex.l (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1495 by tim, Tue Sep 28 16:14:17 2004 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 "io/BASSyacc.h"
29 > #include "io/BASS_parse.h"
30 > #include "utils/simError.h"
31   #ifdef IS_MPI
32   #define __is_lex__
33   #include "mpiBASS.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines