From a8ed82946e42ee1b98d05748a684c8522cfab40b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 22 Sep 1999 13:12:37 +0000 Subject: zsh-workers/7982 --- Src/zsh.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Src/zsh.h b/Src/zsh.h index 651515fc5..7add4faa1 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -77,8 +77,6 @@ typedef struct { #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); -- cgit 1.4.1