Changeset 874 for trunk/src


Ignore:
Timestamp:
Nov 23, 2003, 6:49:05 AM (22 years ago)
Author:
bird
Message:

Shut it up. Don't wanna have a zillion messages from make.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/bsd/gen/glob.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r873 r874  
    101101#define COMMA           ','
    102102
    103 #ifndef DEBUG
     103#ifndef BSD_DEBUG
    104104
    105105#define M_QUOTE         0x8000
     
    152152static int       globexp2(const Char *, const Char *, glob_t *, int *, int *);
    153153static int       match(Char *, Char *, Char *);
    154 #ifdef DEBUG
     154#ifdef BSD_DEBUG
    155155static void      qprintf(const char *, Char *);
    156156#endif
     
    325325
    326326                                /* Expand the current pattern */
    327 #ifdef DEBUG
     327#ifdef BSD_DEBUG
    328328                                qprintf("globexp2:", patbuf);
    329329#endif
     
    482482        }
    483483        *bufnext = EOS;
    484 #ifdef DEBUG
     484#ifdef BSD_DEBUG
    485485        qprintf("glob0:", patbuf);
    486486#endif
     
    891891}
    892892
    893 #ifdef DEBUG
     893#ifdef BSD_DEBUG
    894894static void
    895895qprintf(str, s)
Note: See TracChangeset for help on using the changeset viewer.