Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbatt!ihnp4!ptsfa!ames!ucbcad!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU.UUCP Newsgroups: comp.sys.atari.st Subject: Re: Megamax inline assembly woes (solution) Message-ID: <8705120723.AA17281@cory.Berkeley.EDU> Date: Tue, 12-May-87 03:23:06 EDT Article-I.D.: cory.8705120723.AA17281 Posted: Tue May 12 03:23:06 1987 Date-Received: Thu, 14-May-87 05:49:09 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 16 :Declaring variables both at the top of a function and in a loop: : :function ( ... ) :{ : int x, y, z; : : .... : while ( condition ) { : register char *cp; /* <<< megamax won't allow this */ : } :} This is standard C. If megamax doesn't allow it, megamax shouldn't be on the shelves. Every major programmer I know uses this construction. -Matt