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 2150 by tim, Wed Apr 6 23:59:59 2005 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"
# Line 413 | Line 413 | int escape_stack_ptr = 0; //keeps track of the escape
413   <<EOF>>                         {
414                                    buffer_stack_ptr--;
415                                    if( buffer_stack_ptr < 0 ){
416 <                                    
416 >                                    //reinitialize buffer_stack_ptr
417 >                                    buffer_stack_ptr = 0;
418                                      yyterminate();
419                                    }
420                                    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines