diff options
Diffstat (limited to 'indra/llcommon/lllslconstants.h')
-rw-r--r-- | indra/llcommon/lllslconstants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/lllslconstants.h b/indra/llcommon/lllslconstants.h index 5c9017e43b..bd14e8ce04 100644 --- a/indra/llcommon/lllslconstants.h +++ b/indra/llcommon/lllslconstants.h @@ -136,4 +136,8 @@ const S32 LIST_STAT_SUM_SQUARES = 7; const S32 LIST_STAT_NUM_COUNT = 8; const S32 LIST_STAT_GEO_MEAN = 9; +const S32 STRING_TRIM_HEAD = 0x01; +const S32 STRING_TRIM_TAIL = 0x02; +const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; + #endif |