From 26cf7b8d50f1b7d9d0b9115018ef4dc8624b5030 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 15:27:25 +0000 Subject: zsh-workers/8839 --- Src/Zle/.cvsignore | 2 ++ Src/Zle/compcore.c | 3 --- Src/Zle/compctl.c | 4 ---- Src/Zle/complete.c | 3 --- Src/Zle/compmatch.c | 3 --- Src/Zle/compresult.c | 3 --- 6 files changed, 2 insertions(+), 16 deletions(-) (limited to 'Src/Zle') diff --git a/Src/Zle/.cvsignore b/Src/Zle/.cvsignore index b1ed9dede..2eff53649 100644 --- a/Src/Zle/.cvsignore +++ b/Src/Zle/.cvsignore @@ -2,6 +2,8 @@ Makefile Makefile.in so_locations *.pro +*.epro +*.syms *.o *.o.c *.so diff --git a/Src/Zle/compcore.c b/Src/Zle/compcore.c index d4561c469..f37bdef54 100644 --- a/Src/Zle/compcore.c +++ b/Src/Zle/compcore.c @@ -28,9 +28,6 @@ */ #include "complete.mdh" -#define GLOBAL_PROTOTYPES -#include "zle_tricky.pro" -#undef GLOBAL_PROTOTYPES #include "compcore.pro" /* The last completion widget called. */ diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index cb8f32a3a..d13bc2252 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -29,10 +29,6 @@ #include "compctl.mdh" #include "compctl.pro" -#define GLOBAL_PROTOTYPES -#include "zle_tricky.pro" -#include "complete.pro" -#undef GLOBAL_PROTOTYPES /* Default completion infos */ diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c index 1841514a1..55a6e68f2 100644 --- a/Src/Zle/complete.c +++ b/Src/Zle/complete.c @@ -28,9 +28,6 @@ */ #include "complete.mdh" -#define GLOBAL_PROTOTYPES -#include "zle_tricky.pro" -#undef GLOBAL_PROTOTYPES #include "complete.pro" /* Global matcher. */ diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c index c3b4c9eae..d29595d62 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -28,9 +28,6 @@ */ #include "complete.mdh" -#define GLOBAL_PROTOTYPES -#include "zle_tricky.pro" -#undef GLOBAL_PROTOTYPES #include "compmatch.pro" /* This compares two cpattern lists and returns non-zero if they are diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index b3c8bdd4f..c68657d79 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -28,9 +28,6 @@ */ #include "complete.mdh" -#define GLOBAL_PROTOTYPES -#include "zle_tricky.pro" -#undef GLOBAL_PROTOTYPES #include "compresult.pro" #define inststr(X) inststrlen((X),1,-1) -- cgit 1.4.1