home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8969 < prev    next >
Encoding:
Text File  |  1992-09-01  |  850 b   |  27 lines

  1. Xref: sparky comp.os.msdos.programmer:8969 comp.os.msdos.misc:4995
  2. Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc
  3. Path: sparky!uunet!rei2!fox
  4. From: fox@rei.com (Fuzzy Fox)
  5. Subject: Re: Stack size changing
  6. Message-ID: <1992Sep2.004146.29215@rei.com>
  7. Date: Wed, 2 Sep 1992 00:41:46 GMT
  8. References: > <1550@eagle.ukc.ac.uk>
  9. Organization: Recognition Equipment, Inc.
  10. Lines: 15
  11.  
  12. rjg2@ukc.ac.uk (R.J.Gibson) writes:
  13.  
  14. >#ifdef __TURBOC__
  15. >unsigned _stklen = 0x3fff;    /* increase stack from 4K to 16K */
  16. >#endif
  17.  
  18. >is an error "error -redeclaration of __stklen"
  19.  
  20. Try this:    extern  unsigned  _stklen = 0x3fff;
  21.  
  22. -- 
  23. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  24. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  25. #define  FALSE  1   |
  26. #endif              |         How's my posting?  Call 1-800-ALT-FLAME
  27.