From 2c75f5b0da61fa703b0b4f9dc12143aad5e00017 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 6 Jul 2001 18:33:59 +0000 Subject: 15291, 15292: fix bug setting scalar in math mode --- Src/zsh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 5014099ce..74d0753bb 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -75,6 +75,7 @@ typedef struct { #define MN_INTEGER 1 /* mnumber is integer */ #define MN_FLOAT 2 /* mnumber is floating point */ +#define MN_UNSET 4 /* mnumber not yet retrieved */ typedef struct mathfunc *MathFunc; typedef mnumber (*NumMathFunc)(char *, int, mnumber *, int); -- cgit 1.4.1