* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / device / lib / _strstr.c
index 13d36e5c24531c8b0376c58af429f2f59f28e6e1..272ad16453a25d3e0499c862dd6eac024ef7effb 100644 (file)
@@ -22,7 +22,6 @@
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
 #include "string.h" 
-#define NULL (void *)0
 
 char * strstr (
        char * str1,