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

Comparing:
trunk/OOPSE-3.0/src/io/BASSlex.l (file contents), Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
branches/new_design/OOPSE-3.0/src/io/BASSlex.l (file contents), Revision 1683, Thu Oct 28 22:34:02 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