* device/lib/pic/libdev/Makefile.in: build device-specific
[fw/sdcc] / device / lib / _strspn.c
index 377aeed983354f826d6b9d2da16c914f013e99bc..fae51a6f7230cb87b5e023ef91448e3d146526d3 100644 (file)
@@ -22,7 +22,6 @@
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
 #include "string.h" 
-#define NULL (void *)0
 
 int strspn (
        char * string,