Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh binary for HP-UX 10.x
- X-seq: zsh-users 1110
- From: Peter Stephenson <pws@xxxxxx>
- To: Peter Klotz <pklotz@xxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxxx (Zsh users list)
- Subject: Re: zsh binary for HP-UX 10.x
- Date: Tue, 28 Oct 1997 10:29:09 +0100
- In-reply-to: "Peter Klotz"'s message of "Tue, 28 Oct 1997 10:07:23 MET." <199710280907.KAA09923@xxxxxxxxxxxxxxxxx>
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 <Mark_Weaver@xxxxxxxxx>
/^\/\*\*\/$/{
n
N
s/\n\([_a-zA-Z][_0-9a-zA-Z]* *\)\((.*\)/ \1 _(\2);/
p
}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author