Date: Tue, 30 Jan 2001 11:25:32 -0500 Message-Id: <200101301625.LAA21618@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <20010130094057.A29026@kendall.sfbr.org> (message from JT Williams on Tue, 30 Jan 2001 09:40:57 -0600) Subject: Re: djasm patch #4 (enums) References: <20010128092849 DOT B27091 AT kendall DOT sfbr DOT org> <7458-Sun28Jan2001203011+0200-eliz AT is DOT elta DOT co DOT il> <20010130094057 DOT A29026 AT kendall DOT sfbr DOT org> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk This change seems unrelated to the others: > @@ -1654,10 +1795,6 @@ > > int set_structure_symbols(Symbol *ele, Symbol *struc, int tp, int base, int type) > { > - if (tp!='s') { > - djerror("must use `.struct' to emit structures or unions"); > - return 0; > - } > if (!struc->defined) { > djerror("undefined symbol used in struct"); > return 0; >