diff options
Diffstat (limited to 'lobject.h')
-rw-r--r-- | lobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,7 +558,7 @@ typedef struct UpVal { typedef struct CClosure { ClosureHeader; lua_CFunction f; - // C�հ�ֱ�ӱ���ֵ����index���� + // C�հ�ֱ�ӱ���ֵ����index������Cʵ�ֵıհ��������ǹرյ� TValue upvalue[1]; /* list of upvalues */ } CClosure; |