From b321dce49ece894d74ac8d685f4e278da6799884 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Tue, 28 May 2013 17:40:01 +0800 Subject: [PATCH] Remove efunc as dependencies. --- Makefile | 4 ++-- basic.c | 1 - bind.c | 1 - buffer.c | 1 - eval.c | 1 - exec.c | 1 - file.c | 1 - input.c | 1 - isearch.c | 1 - line.c | 1 - lock.c | 1 - main.c | 1 - names.c | 1 - pklock.c | 1 - posix.c | 1 - random.c | 1 - region.c | 1 - search.c | 1 - spawn.c | 1 - tcap.c | 1 - word.c | 1 - 21 files changed, 2 insertions(+), 22 deletions(-) diff --git a/Makefile b/Makefile index 7a80b1f..015c91b 100644 --- a/Makefile +++ b/Makefile @@ -148,8 +148,8 @@ input.o: input.c input.h estruct.h edef.h isearch.o: isearch.c isearch.h estruct.h edef.h line.o: line.c line.h estruct.h edef.h lock.o: lock.c lock.h estruct.h edef.h -main.o: main.c main.h estruct.h crypt.h efunc.h edef.h ebind.h version.h -names.o: names.c estruct.h crypt.h edef.h efunc.h line.h +main.o: main.c main.h estruct.h crypt.h edef.h ebind.h version.h +names.o: names.c estruct.h crypt.h edef.h line.h pklock.o: pklock.c pklock.h estruct.h posix.o: posix.c termio.h estruct.h utf8.h random.o: random.c random.h estruct.h edef.h diff --git a/basic.c b/basic.c index 469a817..3705fd7 100644 --- a/basic.c +++ b/basic.c @@ -18,7 +18,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "input.h" #include "line.h" #include "random.h" diff --git a/bind.c b/bind.c index 8c97fed..285bd39 100644 --- a/bind.c +++ b/bind.c @@ -16,7 +16,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "exec.h" #include "file.h" #include "fileio.h" diff --git a/buffer.c b/buffer.c index 81e95a2..77b7bc2 100644 --- a/buffer.c +++ b/buffer.c @@ -17,7 +17,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "file.h" #include "input.h" #include "line.h" diff --git a/eval.c b/eval.c index 523fe7b..d809351 100644 --- a/eval.c +++ b/eval.c @@ -16,7 +16,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "exec.h" #include "fileio.h" #include "input.h" diff --git a/exec.c b/exec.c index 3acc4f7..e761206 100644 --- a/exec.c +++ b/exec.c @@ -17,7 +17,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "eval.h" #include "file.h" #include "input.h" diff --git a/file.c b/file.c index a7fa9c0..082df7e 100644 --- a/file.c +++ b/file.c @@ -19,7 +19,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "fileio.h" #include "input.h" #include "line.h" diff --git a/input.c b/input.c index 277e749..f817a8e 100644 --- a/input.c +++ b/input.c @@ -17,7 +17,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "exec.h" #include "main.h" #include "wrapper.h" diff --git a/isearch.c b/isearch.c index 413ba9f..7648ac2 100644 --- a/isearch.c +++ b/isearch.c @@ -30,7 +30,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "input.h" #include "line.h" #include "search.h" diff --git a/line.c b/line.c index 0ba021f..05cd944 100644 --- a/line.c +++ b/line.c @@ -21,7 +21,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "main.h" #include "random.h" #include "utf8.h" diff --git a/lock.c b/lock.c index 438731b..15d41f4 100644 --- a/lock.c +++ b/lock.c @@ -12,7 +12,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "input.h" #if (FILOCK && BSD) || SVR4 diff --git a/main.c b/main.c index 33dc44c..0bb70bf 100644 --- a/main.c +++ b/main.c @@ -67,7 +67,6 @@ #include "display.h" #include "estruct.h" /* Global structures and defines. */ #include "edef.h" /* Global definitions. */ -#include "efunc.h" /* Function declarations and name table. */ #include "ebind.h" /* Default key bindings. */ #include "input.h" #include "termio.h" diff --git a/names.c b/names.c index 33933c9..3a8629d 100644 --- a/names.c +++ b/names.c @@ -14,7 +14,6 @@ #include "crypt.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "file.h" #include "isearch.h" #include "line.h" diff --git a/pklock.c b/pklock.c index 51cdd28..976a3d2 100644 --- a/pklock.c +++ b/pklock.c @@ -7,7 +7,6 @@ #include "estruct.h" #include "edef.h" -#include "efunc.h" #if (FILOCK && BSD) || SVR4 #include diff --git a/posix.c b/posix.c index d014315..00b19be 100644 --- a/posix.c +++ b/posix.c @@ -24,7 +24,6 @@ #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "utf8.h" /* Since Mac OS X's termios.h doesn't have the following 2 macros, define them. diff --git a/random.c b/random.c index 0684837..7ba83c1 100644 --- a/random.c +++ b/random.c @@ -15,7 +15,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "input.h" #include "line.h" #include "main.h" diff --git a/region.c b/region.c index 008fdee..68a4bc0 100644 --- a/region.c +++ b/region.c @@ -15,7 +15,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "line.h" #include "main.h" diff --git a/search.c b/search.c index 0f6d336..3651964 100644 --- a/search.c +++ b/search.c @@ -66,7 +66,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "input.h" #include "line.h" #include "main.h" diff --git a/spawn.c b/spawn.c index 6a69288..fc502b8 100644 --- a/spawn.c +++ b/spawn.c @@ -15,7 +15,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "file.h" #include "input.h" #include "main.h" diff --git a/tcap.c b/tcap.c index a9883ae..57e73a5 100644 --- a/tcap.c +++ b/tcap.c @@ -26,7 +26,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "termio.h" #if TERMCAP diff --git a/word.c b/word.c index 8267e91..a8ec144 100644 --- a/word.c +++ b/word.c @@ -16,7 +16,6 @@ #include "display.h" #include "estruct.h" #include "edef.h" -#include "efunc.h" #include "line.h" #include "main.h" #include "random.h"