Browse Source

- Get rid of several wanrings

migration/RELEASE_1_0_0
Marcus Boerger 21 years ago
parent
commit
169411d040
  1. 2
      Zend/zend_compile.h

2
Zend/zend_compile.h

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

Loading…
Cancel
Save