Changeset 4121

Show
Ignore:
Timestamp:
07/25/06 22:43:34 (2 years ago)
Author:
miyoshi
Message:

(regex_compile): Activate the invalidate codes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r4120 r4121  
     12006-07-25  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * regex.c (regex_compile): Activate the invalidate codes. 
     4 
    152006-07-25  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    26 
  • trunk/src/regex.c

    r4119 r4121  
    25712571          /* If this is the end of an included regexp, 
    25722572             pop back to the main regexp and try again.  */ 
    2573 #if 0 /* I had invalidated the following codes, because these codes 
    2574          caused some trouble. But I think I don't have to do so 
    2575          now. MIYOSHI. */ 
    25762573          if (in_subpattern) 
    25772574            { 
     
    25822579              continue; 
    25832580            } 
    2584 #endif 
    25852581          /* If this is the end of the main regexp, we are done.  */ 
    25862582          break; 
     
    25912587      switch (c) 
    25922588        { 
    2593 #if 0 /* I had invalidated the following codes, because these codes 
    2594          caused some trouble. But I think I don't have to do so 
    2595          now. MIYOSHI. */ 
    25962589        case ' ': 
    25972590          { 
     
    26262619            break; 
    26272620          }     
    2628 #endif 
    26292621 
    26302622        case '^':