Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!sri-spam!sri-unix!hplabs!decwrl!decvax!tektronix!tekgen!tekred!joels From: joels@tekred.UUCP Newsgroups: comp.sys.amiga Subject: Is this a Manx Bug? Message-ID: <958@tekred.TEK.COM> Date: Thu, 29-Jan-87 13:01:42 EST Article-I.D.: tekred.958 Posted: Thu Jan 29 13:01:42 1987 Date-Received: Sat, 31-Jan-87 07:09:00 EST Organization: Tektronix Inc., Beaverton, Or. Lines: 10 Keywords: auto variables I recently ported a UNIX program to the Amiga. All went well execpt for one GURU that was caused by an index that was not initialized to zero at every entry to a subroutine. I put in an 'i=0;' and fixed it. later I was reading my C manual and it said that all 'auto' variables should be automaticly initialized to zero at every entry to the subroutine. The UNIX C does this, but Manx does not. Is this a Manx bug? Joel Swank Tektronix, Redmond, Oregon