From 0ddc0f47bd2a03678e1afbc384550aecb55a318f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Apr 2020 14:48:15 -0300 Subject: Several details about 5.4.0 rc1 Corrected several small details: added 'const', adjusts in tabs x spaces, removed unused #includes and #defines, misspellings, etc. --- lobject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lobject.h') 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 { /* -** Header for string value; string bytes follow the end of this structure -** (aligned according to 'UTString'; see next). +** Header for string value; string bytes follow the end of this structure. */ typedef struct TString { CommonHeader; -- cgit v1.2.1