home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / stklen.c < prev    next >
Encoding:
Text File  |  1995-05-03  |  82 b   |  3 lines

  1. /* This tells Borland C++ to allocate a 14k stack. */
  2. unsigned _stklen = 14*1024;
  3.