home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!data.nas.nasa.gov!taligent!apple!apple!cambridge.apple.com!@sophia.inria.fr:ranson@LANNION.cnet.fr
- From: ranson@LANNION.cnet.fr (Ranson)
- Newsgroups: comp.lang.lisp.mcl
- Subject: Re: MPW C Help
- Message-ID: <m0mUYXT-00000YC@lamd01>
- Date: 15 Sep 92 10:45:00 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 5
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
- X400-Received: by /PRMD=inria/ADMD=atlas/C=FR/;
- Relayed; 15 Sep 92 10: 44:59+0200
- X400-Received: by /PRMD=CNET/ADMD=ATLAS/C=FR/;
- Relayed; 15 Sep 92 10: 45:00 GMT
- Original-To: info-mcl@cambridge.apple.com, slack@starbase.MITRE.ORG
-
- Have you checked how the compiler allocates local static variables? What it
- they are allocated as a5-relative?
- The Apple-recommanded way of storing task variables is to extend the TMTask
- structure. On entry, A0 points to the TMTask so you can access your variables.
- Daniel.
-