From fe102f610a7c6be1b5142920f7e9c42d5c839819 Mon Sep 17 00:00:00 2001 From: 2!tgraf <2!tgraf> Date: Tue, 18 Jan 2005 00:09:02 +0000 Subject: [PATCH] move dl body cache into get_pedit_kind (Logical change 1.125) --- tc/m_pedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_pedit.c b/tc/m_pedit.c index 7c72105b..704bb04e 100644 --- a/tc/m_pedit.c +++ b/tc/m_pedit.c @@ -29,7 +29,6 @@ #include "tc_util.h" #include "m_pedit.h" -void *pBODY; static struct m_pedit_util *pedit_list; int pedit_debug = 1; @@ -72,6 +71,7 @@ pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct struct m_pedit_util *get_pedit_kind(char *str) { + static void *pBODY; void *dlh; char buf[256]; struct m_pedit_util *p;