X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpatch.c;h=b961e8024ab79654c9859782311e8c0e524d47a4;hb=9db6a54485501b56b0f2f5db4d093c38fe495bda;hp=99632dda8ef029163299e0a1a605086ffb1006d4;hpb=af37bca858874b5cbd5ab126eaba1fad6ff7ab72;p=picodrive.git diff --git a/pico/patch.c b/pico/patch.c index 99632dd..b961e80 100644 --- a/pico/patch.c +++ b/pico/patch.c @@ -213,12 +213,6 @@ unsigned int PicoRead16(unsigned int a); void PicoWrite16(unsigned int a, unsigned short d); -/* avoid dependency on newer glibc */ -static int isspace_(int c) -{ - return (0x09 <= c && c <= 0x0d) || c == ' '; -} - void PicoPatchUnload(void) { if (PicoPatches != NULL)