home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!smurf.sub.org!easix!tron.gun.de!g_dotzel
- From: g_dotzel@tron.gun.de (Guenter Dotzel)
- Newsgroups: comp.lang.modula2
- Subject: Re^2: Generic stack implementation
- Message-ID: <fJknT+hz85@tron.gun.de>
- Organization: TRON Public Mailbox, Neurath, Germany
- Date: Tue, 15 Dec 1992 08:43:00 +0100
- Lines: 27
-
- Message-Id: <01.23293@ame.nbg.sub.org>
-
- 911288C%ACE.ACADIAU.CA@USENET.ZER wrote on Sat, 12-12-1992 at 19:17 h
- under the subject 'Re: Generic stack implementation':
-
- > > item[wordcount] := location^;
- > > INC(location, TSIZE(WORD));
- > ^^^^^^
- > parameter not correct type ??
- >
- > Is this some problem ...???
- > I am using TopSpeed Modular-2.
- >
- > Can anybody help ??
- >
-
- In ISO Modula-2 (yes, I'm told that the document was dispatched in 14-Dec-1992)
- this is written:
-
- location := SYSTEM.ADDADR(location, SIZE(WORD));
-
-
- Guenter Dotzel, ModulaWare GmbH, Wilhelmstr. 17A, D-W 8520 Erlangen/F.R.Germany
- Tel. +49 (9131) 208395, Fax +49 (9131) 28205.
- E-mail/Internet: 100023.2527@compuserve.com
- g_dotzel@ame.nbg.sub.org
-
-