Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: pws-3.1.6-pws-5: yet more math changes
- X-seq: zsh-workers 7982
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: pws-3.1.6-pws-5: yet more math changes
- Date: Tue, 21 Sep 1999 14:55:30 +0200
- In-reply-to: "Peter Stephenson"'s message of "Tue, 21 Sep 1999 14:50:31 DFT." <9909211250.AA26991@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Peter Stephenson wrote:
> (The change
> to zsh.h just deletes the LV type, which only affected math.c anyway.)
i suppose you want that, too.
--- Src/zsh.h.z3 Tue Sep 21 11:25:32 1999
+++ Src/zsh.h Tue Sep 21 13:28:44 1999
@@ -77,8 +77,6 @@
#define MN_INTEGER 1 /* mnumber is integer */
#define MN_FLOAT 2 /* mnumber is floating point */
-typedef int LV;
-
typedef struct mathfunc *MathFunc;
typedef mnumber (*NumMathFunc)(char *, int, mnumber *, int);
typedef mnumber (*StrMathFunc)(char *, char *, int);
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author