diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 13:12:37 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 13:12:37 +0000 |
commit | a8ed82946e42ee1b98d05748a684c8522cfab40b (patch) | |
tree | 0547afdbd4938817b6df43c1b872d065450c3743 /Src/zsh.h | |
parent | 9878bf492b9a93e7eae5dfd330dbe3f6a8a61b6f (diff) | |
download | zsh-a8ed82946e42ee1b98d05748a684c8522cfab40b.tar.gz zsh-a8ed82946e42ee1b98d05748a684c8522cfab40b.tar.xz zsh-a8ed82946e42ee1b98d05748a684c8522cfab40b.zip |
zsh-workers/7982
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 0 insertions, 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); |