about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-22 13:12:37 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-22 13:12:37 +0000
commita8ed82946e42ee1b98d05748a684c8522cfab40b (patch)
tree0547afdbd4938817b6df43c1b872d065450c3743
parent9878bf492b9a93e7eae5dfd330dbe3f6a8a61b6f (diff)
downloadzsh-a8ed82946e42ee1b98d05748a684c8522cfab40b.tar.gz
zsh-a8ed82946e42ee1b98d05748a684c8522cfab40b.tar.xz
zsh-a8ed82946e42ee1b98d05748a684c8522cfab40b.zip
zsh-workers/7982
-rw-r--r--Src/zsh.h2
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);