Ignore:
Timestamp:
Oct 6, 2007, 11:19:19 PM (18 years ago)
Author:
bird
Message:

moving globals into shinstance...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/machdep.h

    r626 r1198  
    4040 */
    4141
     42#ifdef _MSC_VER
     43#define SHELL_SIZE (8 - 1)
     44#else
    4245#define SHELL_SIZE (sizeof(union {int i; char *cp; double d; }) - 1)
     46#endif
     47
    4348/*
    4449 * It appears that grabstackstr() will barf with such alignments
Note: See TracChangeset for help on using the changeset viewer.