+ Have the DEBUG version compile

This commit is contained in:
carl 2019-03-17 22:22:29 +08:00
parent 9e93eb642b
commit 91adc2849b

View file

@ -43,3 +43,7 @@ extern void init_idf(void);
struct idf *str2idf(char* tg, int cp);
#define findidf(tg) str2idf(tg, -1)
#ifdef IDF_DEBUG
void idfappfun(int (*fun)(struct idf *, int), int opt);
#endif