- Get rid of several wanrings

This commit is contained in:
Marcus Boerger 2005-11-01 20:41:59 +00:00
parent cb34f4e3d3
commit 169411d040

View 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! */