aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.h')
-rw-r--r--lobject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lobject.h b/lobject.h
index 428145a4..2d63c001 100644
--- a/lobject.h
+++ b/lobject.h
@@ -356,8 +356,7 @@ typedef struct GCObject {
356 356
357 357
358/* 358/*
359** Header for string value; string bytes follow the end of this structure 359** Header for string value; string bytes follow the end of this structure.
360** (aligned according to 'UTString'; see next).
361*/ 360*/
362typedef struct TString { 361typedef struct TString {
363 CommonHeader; 362 CommonHeader;