Ignore:
Timestamp:
May 26, 2003, 4:43:12 PM (22 years ago)
Author:
zap
Message:

See ChangeLog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/regexp/regexp.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r235 r236  
    775775STATIC int regrepeat();
    776776
    777 #ifdef DEBUG
     777#ifdef REGEXP_DEBUG
    778778int regnarrate = 0;
    779779void regdump();
     
    892892
    893893        scan = prog;
    894 #ifdef DEBUG
     894#ifdef REGEXP_DEBUG
    895895        if (scan != NULL && regnarrate)
    896896                fprintf(stderr, "%s(\n", regprop(scan));
    897897#endif
    898898        while (scan != NULL) {
    899 #ifdef DEBUG
     899#ifdef REGEXP_DEBUG
    900900                if (regnarrate)
    901901                        fprintf(stderr, "%s...\n", regprop(scan));
     
    11511151}
    11521152
    1153 #ifdef DEBUG
     1153#ifdef REGEXP_DEBUG
    11541154
    11551155STATIC char *regprop();
Note: See TracChangeset for help on using the changeset viewer.