aboutsummaryrefslogtreecommitdiff
path: root/src/lj_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_obj.h')
-rw-r--r--src/lj_obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_obj.h b/src/lj_obj.h
index d7e8ec09..4ec67aed 100644
--- a/src/lj_obj.h
+++ b/src/lj_obj.h
@@ -264,7 +264,7 @@ enum {
264/* C data object. Payload follows. */ 264/* C data object. Payload follows. */
265typedef struct GCcdata { 265typedef struct GCcdata {
266 GCHeader; 266 GCHeader;
267 uint16_t typeid; /* C type ID. */ 267 uint16_t ctypeid; /* C type ID. */
268} GCcdata; 268} GCcdata;
269 269
270/* Prepended to variable-sized or realigned C data objects. */ 270/* Prepended to variable-sized or realigned C data objects. */