aboutsummaryrefslogtreecommitdiff
path: root/lobject.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lobject.h b/lobject.h
index bc2f69ab..cc3dd370 100644
--- a/lobject.h
+++ b/lobject.h
@@ -418,6 +418,7 @@ typedef struct TString {
418 418
419 419
420#define strisshr(ts) ((ts)->shrlen >= 0) 420#define strisshr(ts) ((ts)->shrlen >= 0)
421#define isextstr(ts) (ttislngstring(ts) && tsvalue(ts)->shrlen != LSTRREG)
421 422
422 423
423/* 424/*