Avoid pesky compiler warnings about C++ keywords (eh?).
This commit is contained in:
@@ -547,7 +547,7 @@ void lj_cconv_ct_tv(CTState *cts, CType *d,
|
||||
flags |= CCF_FROMTV;
|
||||
} else if (tviscdata(o)) {
|
||||
sp = cdataptr(cdataV(o));
|
||||
sid = cdataV(o)->typeid;
|
||||
sid = cdataV(o)->ctypeid;
|
||||
s = ctype_get(cts, sid);
|
||||
if (ctype_isref(s->info)) { /* Resolve reference for value. */
|
||||
lua_assert(s->size == CTSIZE_PTR);
|
||||
|
||||
Reference in New Issue
Block a user