Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: pws-3.1.6-pws-5: yet more math changes



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