Changeset 236 for trunk/src/emx/src/regexp/regexp.c
- Timestamp:
- May 26, 2003, 4:43:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/regexp/regexp.c
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r235 r236 775 775 STATIC int regrepeat(); 776 776 777 #ifdef DEBUG777 #ifdef REGEXP_DEBUG 778 778 int regnarrate = 0; 779 779 void regdump(); … … 892 892 893 893 scan = prog; 894 #ifdef DEBUG894 #ifdef REGEXP_DEBUG 895 895 if (scan != NULL && regnarrate) 896 896 fprintf(stderr, "%s(\n", regprop(scan)); 897 897 #endif 898 898 while (scan != NULL) { 899 #ifdef DEBUG899 #ifdef REGEXP_DEBUG 900 900 if (regnarrate) 901 901 fprintf(stderr, "%s...\n", regprop(scan)); … … 1151 1151 } 1152 1152 1153 #ifdef DEBUG1153 #ifdef REGEXP_DEBUG 1154 1154 1155 1155 STATIC char *regprop(); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.