move dl body cache into get_pedit_kind

(Logical change 1.125)
This commit is contained in:
2!tgraf 2005-01-18 00:09:02 +00:00
parent cc682e192c
commit fe102f610a
1 changed files with 1 additions and 1 deletions

View File

@ -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;