Ignore:
Timestamp:
Nov 30, 2001, 6:49:22 PM (24 years ago)
Author:
phaller
Message:

Fixed out-of-scope FIXME,TRACE,WARN macros

File:
1 edited

Legend:

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

    r6712 r7502  
    3232#undef FIXME
    3333#ifdef DEBUG
     34// PH 2001-11-30
     35// this macro definition causes the control leave the scope of a
     36// non-curly-braced preceeding if statement. Therefore,
     37//   if (p!=NULL)
     38//      TRACE("p->a=%d", p->a)
     39// crashes.
     40//
     41// !!! ENSURE TRACES AND FIXMES WITH PRECEEDING IF STATEMENT
     42// !!! ARE PUT INTO CURLY BRACES
    3443#define FIXME WriteLog("FIXME %s", __FUNCTION__); WriteLog
    3544#else
Note: See TracChangeset for help on using the changeset viewer.