]> granicus.if.org Git - php/commitdiff
- Get rid of several wanrings
authorMarcus Boerger <helly@php.net>
Tue, 1 Nov 2005 20:41:59 +0000 (20:41 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 1 Nov 2005 20:41:59 +0000 (20:41 +0000)
Zend/zend_compile.h

index c6deb4ab5a6d29053815d64e24efbcbce3aa25fe..94c10fb57e974a4881dbd5c82d5d254ed6a41f10 100644 (file)
@@ -241,7 +241,7 @@ typedef struct _zend_internal_function {
        struct _zend_module_entry *module;
 } zend_internal_function;
 
-#define ZEND_FN_SCOPE_NAME(function)  ((function) && (function)->common.scope ? (function)->common.scope->name : EMPTY_STR)
+#define ZEND_FN_SCOPE_NAME(function)  ((function) && (function)->common.scope ? (function)->common.scope->name : (char*)EMPTY_STR)
 
 typedef union _zend_function {
        zend_uchar type;        /* MUST be the first element of this struct! */