summaryrefslogtreecommitdiff
path: root/ext/yp/php_yp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yp/php_yp.h')
-rw-r--r--ext/yp/php_yp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yp/php_yp.h b/ext/yp/php_yp.h
index 7dd2b46cf1..54b6b60cfe 100644
--- a/ext/yp/php_yp.h
+++ b/ext/yp/php_yp.h
@@ -53,7 +53,7 @@ typedef struct {
} php_yp_globals;
#ifdef ZTS
-#define YG(v) TSRMG(yp_globals_id, php_yp_globals *, v)
+#define YP(v) TSRMG(yp_globals_id, php_yp_globals *, v)
#else
#define YP(v) (yp_globals.v)
#endif