Skip to content

Commit

Permalink
- Fixed macro (thanks Kalle)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed May 25, 2009
1 parent 2e83dd9 commit 0497e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_API.h
Expand Up @@ -60,7 +60,7 @@ typedef struct _zend_fcall_info_cache {
zval *object_ptr;
} zend_fcall_info_cache;

#define ZEND_NS_NAME(ns, name) ns"::"name
#define ZEND_NS_NAME(ns, name) ns"\\"name

#define ZEND_FN(name) zif_##name
#define ZEND_MN(name) zim_##name
Expand Down

0 comments on commit 0497e20

Please sign in to comment.