Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/debug.c

    r222 r229  
    4444 */
    4545
    46 //#define DEBUG_SYMDUMP // enable to dump sym file to log V0.9.21 (2002-08-21) [paperino]
     46//#define DEBUG_SYMDUMP // enable to dump sym file to log V1.0.0 (2002-08-21) [paperino]
    4747
    4848#define OS2EMX_PLAIN_CHAR
     
    15371537
    15381538    // open .SYM file
    1539 #ifdef DEBUG_SYMDUMP    // V0.9.21 (2002-08-21) [paperino]
     1539#ifdef DEBUG_SYMDUMP    // V1.0.0 (2002-08-21) [paperino]
    15401540    fprintf(LogFile,"Dump of '%s' for object %d\n",SymFileName,Object);
    15411541#endif
     
    15911591            for (SymNum = 0; SymNum < SegDef.cSymbols; SymNum++)
    15921592            {
    1593                 // fixed syms > 64 K V0.9.21 (2002-08-21) [paperino]
     1593                // fixed syms > 64 K V1.0.0 (2002-08-21) [paperino]
    15941594                if (SegDef.bFlags & 0x01)
    15951595                {
Note: See TracChangeset for help on using the changeset viewer.