home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / bwbasic-2.10.sit / bwbasic-2.10 / bwb_tcc.c < prev    next >
Text File  |  1993-11-09  |  167b  |  5 lines

  1. /* This is for Borland Turbo C++ only: it requests the linker to
  2.    establish a larger-than-usual stack of 8192 bytes for bwBASIC */
  3.  
  4. extern unsigned _stklen = 8192U;
  5.