home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / modula2 / 1586 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.2 KB

  1. 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
  2. From: g_dotzel@tron.gun.de (Guenter Dotzel)
  3. Newsgroups: comp.lang.modula2
  4. Subject: Re^2: Generic stack implementation
  5. Message-ID: <fJknT+hz85@tron.gun.de>
  6. Organization: TRON Public Mailbox, Neurath, Germany
  7. Date: Tue, 15 Dec 1992 08:43:00 +0100
  8. Lines: 27
  9.  
  10. Message-Id:   <01.23293@ame.nbg.sub.org>
  11.  
  12. 911288C%ACE.ACADIAU.CA@USENET.ZER wrote on Sat, 12-12-1992 at 19:17 h
  13. under the subject 'Re: Generic stack implementation':
  14.  
  15. > >         item[wordcount] := location^;
  16. > >         INC(location, TSIZE(WORD));
  17. >               ^^^^^^
  18. >               parameter not correct type ??
  19. >       Is this some problem ...???
  20. >       I am using TopSpeed Modular-2.
  21. >       Can anybody help ??
  22. >                                                       
  23.  
  24. In ISO Modula-2 (yes, I'm told that the document was dispatched in 14-Dec-1992)
  25. this is written:
  26.  
  27.         location := SYSTEM.ADDADR(location, SIZE(WORD));
  28.  
  29.  
  30. Guenter Dotzel, ModulaWare GmbH, Wilhelmstr. 17A, D-W 8520 Erlangen/F.R.Germany
  31. Tel. +49 (9131) 208395, Fax +49 (9131) 28205.
  32. E-mail/Internet: 100023.2527@compuserve.com
  33.                  g_dotzel@ame.nbg.sub.org 
  34.  
  35.