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