diff options
Diffstat (limited to '')
| -rw-r--r-- | lobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | /* |
