From: Felipe Pena Date: Sat, 7 Dec 2013 14:17:29 +0000 (-0200) Subject: - Fix compiler warning X-Git-Tag: php-5.6.0alpha1~110^2~29^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e85e711de606d37b003193708ae0491eacc08f5;p=php - Fix compiler warning --- diff --git a/phpdbg_utils.h b/phpdbg_utils.h index e934467653..3252f36557 100644 --- a/phpdbg_utils.h +++ b/phpdbg_utils.h @@ -69,7 +69,7 @@ PHPDBG_API int phpdbg_rlog(FILE *stream, const char *fmt, ...); #endif /* {{{ For writing blank lines */ -#define EMPTY "" /* }}} */ +#define EMPTY NULL /* }}} */ /* {{{ For prompt lines */ #define PROMPT "phpdbg>" /* }}} */