Ignore:
Timestamp:
Sep 18, 2006, 4:55:49 AM (19 years ago)
Author:
bird
Message:

Some fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/w32/pathstuff.c

    r529 r532  
    9090w32_fixcase(char *pszPath)
    9191{
    92 #define my_assert(expr) \
     92#ifndef NDEBUG
     93# define my_assert(expr) \
    9394    do { \
    9495        if (!(expr)) { \
     
    99100        } \
    100101    } while (0)
     102#else
     103# define my_assert(expr) do {} while (0)
     104#endif
    101105   
    102106    char *psz = pszPath;
Note: See TracChangeset for help on using the changeset viewer.