home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / modula2 / 1720 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!Germany.EU.net!news.Hamburg.Germany.EU.net!xclhh.comlink.de!cl-hh.comlink.de!MARCUS_OLK
  2. Date: Fri, 22 Jan 1993 05:04:00 CET
  3. From: marcus_olk@cl-hh.comlink.de
  4. Reply-To: marcus_olk@cl-hh.comlink.de
  5. Distribution: world
  6. Message-ID: <27679098395@olk.cl-hh.comlink.de>
  7. Newsgroups: comp.lang.modula2
  8. Subject: re: Re: JPI Compiler bug?
  9. Organization: Freies Telekommunikations-Zentrum Hamburg e.V.
  10. Content-Length: 768     
  11. Lines: 21      
  12. X-Gateway: NETCALL3.8 UC xclhh.comlink.de [UZERCP V3.99d]
  13.  
  14. ROBART%AGORA.RAIN.COM@UUCP.ZER wrote in a message as of 20.01.93 12:24 Uhr:
  15.  
  16. > Since adr is of type ADDRESS, adr^ is of type WORD, so you allocate
  17. > TSIZE(WORD), which with this compiler is evidently 4.
  18.  
  19. But what does adr^ mean? adr^ should be the referenced type adr points
  20. at. This might be a RECORD structre or an ARRAY or...
  21.  
  22. So: what does NEW(adr) or ALLOCATE(adr, SIZE(adr^)) respectively, exactly do?
  23.  
  24. Marcus
  25.  
  26. --
  27.  Marcus Olk        # Internet: olk@informatik.uni-hamburg.de
  28.  Schwalbenweg 9a   #           marcus_olk@cl-hh.comlink.de
  29.  D-2000 Hamburg 61 # Zerberus: MARCUS_OLK@CL-HH.ZER
  30. `Wer sagt, dass man Glueck nicht kaufen kann, hat keine Ahnung von Shopping'
  31.                                                           --- David Lee Roth
  32.  
  33. ## net_sh v1.5 (sb)
  34.  
  35.