From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9561 invoked from network); 3 Aug 2000 14:42:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Aug 2000 14:42:48 -0000 Received: (qmail 14835 invoked by alias); 3 Aug 2000 14:42:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12508 Received: (qmail 14827 invoked from network); 3 Aug 2000 14:42:25 -0000 From: "Bart Schaefer" Message-Id: <1000803144206.ZM32476@candle.brasslantern.com> Date: Thu, 3 Aug 2000 14:42:06 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Why is the body of main() back in init.c again? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii We started out with main() in init.c, and then we created main.c and moved main() there, and now main() is a stub and it's body is back in init.c. This sort of thing gives me a headache; it makes it very difficult to track changes within the code that's bouncing back and forth. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net