From 89c8e27e35151016cfddfe55af74b08425f9aadd Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Sun, 2 Feb 2003 20:39:30 +0000 Subject: [PATCH] * fix type git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2205 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/include/stdlib.h b/device/include/stdlib.h index 17043cd2..80c363ac 100644 --- a/device/include/stdlib.h +++ b/device/include/stdlib.h @@ -25,7 +25,7 @@ #ifndef __SDC51_STDLIB_H #define __SDC51_STDLIB_H 1 -#ifndef +#ifndef NULL # define NULL (void *)0 #endif -- 2.47.2