Changeset 2142 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 05/27/03 16:02:28 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLogManip.h
r2120 r2142 56 56 // 57 57 #ifndef __CINT__ 58 #define dbginf dbg << __FILE__ << " l." << dec << __LINE__ << ": " 58 //#define dbginf dbg << __FILE__ << " l." << dec << __LINE__ << ": " 59 #define dbginf __FILE__ << " l." << dec << __LINE__ << ": " 59 60 #define all debug(0) // use this for output in any case 60 61 #define err debug(1) // use this for fatal errors (red)
Note:
See TracChangeset
for help on using the changeset viewer.