about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-01 15:27:25 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-01 15:27:25 +0000
commit26cf7b8d50f1b7d9d0b9115018ef4dc8624b5030 (patch)
tree2f5410a217d359e4447acb8563b28ae560b31718 /Src/Zle
parent9ab8fed111413436683120ed3c13b59c745015e1 (diff)
downloadzsh-26cf7b8d50f1b7d9d0b9115018ef4dc8624b5030.tar.gz
zsh-26cf7b8d50f1b7d9d0b9115018ef4dc8624b5030.tar.xz
zsh-26cf7b8d50f1b7d9d0b9115018ef4dc8624b5030.zip
zsh-workers/8839
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/.cvsignore2
-rw-r--r--Src/Zle/compcore.c3
-rw-r--r--Src/Zle/compctl.c4
-rw-r--r--Src/Zle/complete.c3
-rw-r--r--Src/Zle/compmatch.c3
-rw-r--r--Src/Zle/compresult.c3
6 files changed, 2 insertions, 16 deletions
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)