From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10188 invoked from network); 28 Oct 1997 09:44:32 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 28 Oct 1997 09:44:32 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id EAA06363; Tue, 28 Oct 1997 04:31:13 -0500 (EST) Resent-Date: Tue, 28 Oct 1997 04:30:55 -0500 (EST) Message-Id: <199710280929.KAA29778@hydra.ifh.de> To: Peter Klotz , zsh-users@math.gatech.edu (Zsh users list) Subject: Re: zsh binary for HP-UX 10.x In-reply-to: "Peter Klotz"'s message of "Tue, 28 Oct 1997 10:07:23 MET." <199710280907.KAA09923@mikado.bbn.hp.com> Date: Tue, 28 Oct 1997 10:29:09 +0100 From: Peter Stephenson Resent-Message-ID: <"SGuG43.0.gY1.E3RLq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1110 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Klotz wrote: > Hi, > > sorry but I don't get the zsh compiled with ansic (I have no gcc) on HP-UX > 10.x. If this is 3.0.5, it may be the old problem with Src/makepro.sed, which you should replace with the following. (Note to list: this really ought to go into any `final' version of 3.0.) The only difference is that there is a $ missing at the end of the `from' expression in the s-line. # makepro.sed by Mark Weaver /^\/\*\*\/$/{ n N s/\n\([_a-zA-Z][_0-9a-zA-Z]* *\)\((.*\)/ \1 _(\2);/ p }