Skip to content

Commit 9c7c45d

Browse files
committed
update
1 parent f40a35a commit 9c7c45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7/conf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ zend_mytest_globals mytest_globals;
3434
看起来是不是跟EG、CG的定义非常像?这个宏展开后:
3535
```c
3636
//ZTS
37-
#define MYTEST_G(v) ZEND_TSRMG(mytest_globals_id, zend_##module_name##_globals *, v)
37+
#define MYTEST_G(v) ZEND_TSRMG(mytest_globals_id, zend_mytest_globals *, v)
3838
3939
//非ZTS
4040
#define MYTEST_G(v) (mytest_globals.v)

0 commit comments

Comments
 (0)