Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5076 in orxonox.OLD for trunk/src/defs


Ignore:
Timestamp:
Aug 19, 2005, 3:52:54 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/debug.h

    r5075 r5076  
    9999
    100100//#ifdef
    101 //#define PRINTF(x)        PRINT(x)
     101#define PRINTF(x)        PRINT(x)
    102102#define PRINT_EXEC       Shell::addBufferLineStatic
    103103
     104#ifndef PRINTF
    104105#ifdef DEBUG
    105106
     
    154155#define PRINTF0 \
    155156    printf("%s:%d::", __FILE__, __LINE__) && PRINT_EXEC
    156 
     157#endif
    157158
    158159///////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.