Changeset 3918

Show
Ignore:
Timestamp:
10/15/05 16:28:43 (3 years ago)
Author:
horiguti
Message:

Expand PDUMP_POINTERS_SIZE from 127 to 255.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r3917 r3918  
    112005-10-15  Kyotaro HORIGUCHI  <horiguti@meadowy.org> 
    22 
     3        * alloc.c (PDUMP_POINTERS_SIZE): Expanded from 127 to 255. 
    34        * mw32fns.c (mw32_WndProc<WM_ACTIVATE>): Don't simply break 
    45        here. It is necessary to call DefWindowProc() for this message. 
  • trunk/src/alloc.c

    r3911 r3918  
    61106110#define PDUMP_OBJECT_ARRAY_SIZE 100019 
    61116111#endif 
    6112 #define PDUMP_POINTERS_SIZE 127 
     6112#define PDUMP_POINTERS_SIZE 255 
    61136113#define PDUMP_SUBR_DOC_SIZE 1100 
    61146114#define PDUMP_INTERVAL_TREE_SIZE 31