Ignore:
Timestamp:
Nov 30, 2001, 8:02:33 PM (24 years ago)
Author:
sandervl
Message:

removed TRACE/WARN macro redefinition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/reg.c

    r7502 r7508  
    1818#include "shlwapi_odin.h"
    1919
    20 #undef FIXME
    21 #ifdef DEBUG
    22 // PH 2001-11-30
    23 // this macro definition causes the control leave the scope of a
    24 // non-curly-braced preceeding if statement. Therefore,
    25 //   if (p!=NULL)
    26 //      TRACE("p->a=%d", p->a)
    27 // crashes.
    28 //
    29 // !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT
    30 // !!! ARE PUT INTO CURLY BRACES
    31 #define FIXME WriteLog("FIXME %s", __FUNCTION__); WriteLog
    32 #else
    33 #define FIXME 1 ? (void)0 : (void)((int (*)(char *, ...)) NULL)
    34 #endif
    3520#endif
    3621
Note: See TracChangeset for help on using the changeset viewer.