ecere; compiler/libec: (#234, #361) Fixed isblank issue with GCC 3.4.5
[sdk] / extras / types / DynamicString.ec
index 67056e0..4189386 100644 (file)
@@ -4,8 +4,6 @@ public import static "ecere"
 
 #include <stdarg.h>
 
-extern int isblank(int c);
-
 public class DynamicString : Array<char>
 {
    minAllocSize = 1024;