home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11603 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.7 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!cbmvax!mks
  2. From: mks@cbmvax.commodore.com (Michael Sinz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: StackSwap in all v37 releases?
  5. Message-ID: <33659@cbmvax.commodore.com>
  6. Date: 24 Jul 92 18:29:10 GMT
  7. References: <paulk.0tm4@terapin.com>
  8. Reply-To: mks@cbmvax.commodore.com (Michael Sinz)
  9. Organization: Commodore, West Chester, PA
  10. Lines: 31
  11.  
  12. paulk@terapin.com (Paul Kienitz) writes:
  13. >Since StackSwap -- or is it SwapStack -- is documented in some v37 autodocs and
  14. >not others, does this mean that, in order to use the function, I have to check
  15. >the exec revision number?  Or is it really in all v37s?  What revision number
  16. >is the dividing line at, if there is one?
  17.  
  18. It is in V37 EXEC.  (Any V37 that was released to the public)
  19.  
  20. The autodoc should show:
  21.  
  22. | exec.library/StackSwap                                 exec.library/StackSwap
  23. |
  24. |   NAME
  25. |     StackSwap - EXEC supported method of replacing task's stack      (V37)
  26. |
  27. |   SYNOPSIS
  28. |     StackSwap(newStack)
  29. |               A0
  30. |
  31. |     VOID StackSwap(struct StackSwapStruct *);
  32.  
  33. Note the (V37) in the corner.  This means that as of V37 of the library in
  34. question (in this case, EXEC) this function is available.
  35.  
  36. /----------------------------------------------------------------------\
  37. |      /// Michael Sinz  -  Senior Amiga Systems Engineer              |
  38. |     ///                   Operating System Development Group         |
  39. |    ///   BIX:  msinz      UUNET:  mks@cbmvax.commodore.com           |
  40. |\\\///                     When people are free to do as they         |
  41. | \XX/                      please, they usually imitate each other.   |
  42. \----------------------------------------------------------------------/
  43.