X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=c206aa8e313d0ef03ed998ffe4fc813bd6cfc5d2;hb=0a91c6e9029e87029b4e7993145f4d05608be34d;hp=3e4083f8c6c4169f8f30213d26a37e4aaaa8801a;hpb=d4d626658a7a999f48009f408b4a22d280ab80ea;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 3e4083f..c206aa8 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -800,7 +800,6 @@ static __inline int isspace_(int c) #define EL_ANOMALY 0x80000000 /* some unexpected conditions (during emulation) */ #if EL_LOGMASK -extern void lprintf(const char *fmt, ...); #define elprintf(w,f,...) \ { \ if ((w) & EL_LOGMASK) \