- Timestamp:
- Nov 23, 2003, 6:49:05 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/bsd/gen/glob.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r873 r874 101 101 #define COMMA ',' 102 102 103 #ifndef DEBUG103 #ifndef BSD_DEBUG 104 104 105 105 #define M_QUOTE 0x8000 … … 152 152 static int globexp2(const Char *, const Char *, glob_t *, int *, int *); 153 153 static int match(Char *, Char *, Char *); 154 #ifdef DEBUG154 #ifdef BSD_DEBUG 155 155 static void qprintf(const char *, Char *); 156 156 #endif … … 325 325 326 326 /* Expand the current pattern */ 327 #ifdef DEBUG327 #ifdef BSD_DEBUG 328 328 qprintf("globexp2:", patbuf); 329 329 #endif … … 482 482 } 483 483 *bufnext = EOS; 484 #ifdef DEBUG484 #ifdef BSD_DEBUG 485 485 qprintf("glob0:", patbuf); 486 486 #endif … … 891 891 } 892 892 893 #ifdef DEBUG893 #ifdef BSD_DEBUG 894 894 static void 895 895 qprintf(str, s) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.