* fix type
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 2 Feb 2003 20:39:30 +0000 (20:39 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 2 Feb 2003 20:39:30 +0000 (20:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2205 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/stdlib.h

index 17043cd22b6269ff8552d9e3b735e0984672e886..80c363ac7f874ea83154039925aae1bbbd7f165c 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef __SDC51_STDLIB_H
 #define __SDC51_STDLIB_H 1
 
-#ifndef
+#ifndef NULL
 # define NULL (void *)0
 #endif