Changeset 229 for trunk/src/helpers/debug.c
- Timestamp:
- Nov 24, 2002, 9:45:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/debug.c
r222 r229 44 44 */ 45 45 46 //#define DEBUG_SYMDUMP // enable to dump sym file to log V 0.9.21(2002-08-21) [paperino]46 //#define DEBUG_SYMDUMP // enable to dump sym file to log V1.0.0 (2002-08-21) [paperino] 47 47 48 48 #define OS2EMX_PLAIN_CHAR … … 1537 1537 1538 1538 // open .SYM file 1539 #ifdef DEBUG_SYMDUMP // V 0.9.21(2002-08-21) [paperino]1539 #ifdef DEBUG_SYMDUMP // V1.0.0 (2002-08-21) [paperino] 1540 1540 fprintf(LogFile,"Dump of '%s' for object %d\n",SymFileName,Object); 1541 1541 #endif … … 1591 1591 for (SymNum = 0; SymNum < SegDef.cSymbols; SymNum++) 1592 1592 { 1593 // fixed syms > 64 K V 0.9.21(2002-08-21) [paperino]1593 // fixed syms > 64 K V1.0.0 (2002-08-21) [paperino] 1594 1594 if (SegDef.bFlags & 0x01) 1595 1595 {
Note:
See TracChangeset
for help on using the changeset viewer.