home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!rutgers!cbmvax!mks
- From: mks@cbmvax.commodore.com (Michael Sinz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: StackSwap in all v37 releases?
- Message-ID: <33659@cbmvax.commodore.com>
- Date: 24 Jul 92 18:29:10 GMT
- References: <paulk.0tm4@terapin.com>
- Reply-To: mks@cbmvax.commodore.com (Michael Sinz)
- Organization: Commodore, West Chester, PA
- Lines: 31
-
- paulk@terapin.com (Paul Kienitz) writes:
- >Since StackSwap -- or is it SwapStack -- is documented in some v37 autodocs and
- >not others, does this mean that, in order to use the function, I have to check
- >the exec revision number? Or is it really in all v37s? What revision number
- >is the dividing line at, if there is one?
-
- It is in V37 EXEC. (Any V37 that was released to the public)
-
- The autodoc should show:
-
- | exec.library/StackSwap exec.library/StackSwap
- |
- | NAME
- | StackSwap - EXEC supported method of replacing task's stack (V37)
- |
- | SYNOPSIS
- | StackSwap(newStack)
- | A0
- |
- | VOID StackSwap(struct StackSwapStruct *);
-
- Note the (V37) in the corner. This means that as of V37 of the library in
- question (in this case, EXEC) this function is available.
-
- /----------------------------------------------------------------------\
- | /// Michael Sinz - Senior Amiga Systems Engineer |
- | /// Operating System Development Group |
- | /// BIX: msinz UUNET: mks@cbmvax.commodore.com |
- |\\\/// When people are free to do as they |
- | \XX/ please, they usually imitate each other. |
- \----------------------------------------------------------------------/
-