move dl body cache into get_pedit_kind
(Logical change 1.125)
This commit is contained in:
parent
cc682e192c
commit
fe102f610a
|
|
@ -29,7 +29,6 @@
|
||||||
#include "tc_util.h"
|
#include "tc_util.h"
|
||||||
#include "m_pedit.h"
|
#include "m_pedit.h"
|
||||||
|
|
||||||
void *pBODY;
|
|
||||||
static struct m_pedit_util *pedit_list;
|
static struct m_pedit_util *pedit_list;
|
||||||
int pedit_debug = 1;
|
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
|
struct m_pedit_util
|
||||||
*get_pedit_kind(char *str)
|
*get_pedit_kind(char *str)
|
||||||
{
|
{
|
||||||
|
static void *pBODY;
|
||||||
void *dlh;
|
void *dlh;
|
||||||
char buf[256];
|
char buf[256];
|
||||||
struct m_pedit_util *p;
|
struct m_pedit_util *p;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue