X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=c206aa8e313d0ef03ed998ffe4fc813bd6cfc5d2;hb=2446536be520914616403876d7e49621ac6f4b95;hp=3e4083f8c6c4169f8f30213d26a37e4aaaa8801a;hpb=4c2e35547fd6f849648234989419a4a02d2546b4;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) \