Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!pa.dec.com!src.dec.com!Roger Hoover From: rhoover@watson.ibm.com (Roger Hoover) Newsgroups: comp.lang.modula3 Subject: What's wrong with this: Message-ID: <9104222255.AA01364@cirrus.watson.ibm.com> Date: 22 Apr 91 22:55:53 GMT Lines: 19 To: m3 Cc: rhoover@cirrus.watson.ibm.com X-External-Networks: yes When I compile the following interface with 1.6: INTERFACE CoverTree; TYPE obj = OBJECT link: ARRAY [0..164] OF obj; END; END CoverTree. I get: % m3 -c CT.i3 CT.i3:5: redefinition of `struct struct_1' CT.i3:5: redefinition of `t1' CT.i3:5: here is the previous declaration of `t1' What is wrong?