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

Comparing trunk/OOPSE-3.0/src/io/BASSlex.l (file contents):
Revision 1495 by tim, Tue Sep 28 16:14:17 2004 UTC vs.
Revision 2150 by tim, Wed Apr 6 23:59:59 2005 UTC

# 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