Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: small fix to compile on AIX 3.2
- X-seq: zsh-workers 8138
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: PATCH: small fix to compile on AIX 3.2
- Date: Wed, 06 Oct 1999 17:08:41 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I got a syntax error when compiling 3.1.6-pws-6. This fixes it.
Oliver Kiddle
*** Src/Modules/mathfunc.c.bak Wed Oct 6 16:35:25 1999
--- Src/Modules/mathfunc.c Wed Oct 6 16:42:44 1999
***************
*** 78,84 ****
MF_TANH,
MF_Y0,
MF_Y1,
! MF_YN,
};
/*
--- 78,84 ----
MF_TANH,
MF_Y0,
MF_Y1,
! MF_YN
};
/*
Messages sorted by:
Reverse Date,
Date,
Thread,
Author