aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lllslconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/lllslconstants.h')
-rw-r--r--linden/indra/llcommon/lllslconstants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llcommon/lllslconstants.h b/linden/indra/llcommon/lllslconstants.h
index 52d2858..08c63e3 100644
--- a/linden/indra/llcommon/lllslconstants.h
+++ b/linden/indra/llcommon/lllslconstants.h
@@ -155,4 +155,8 @@ const S32 LIST_STAT_SUM_SQUARES = 7;
155const S32 LIST_STAT_NUM_COUNT = 8; 155const S32 LIST_STAT_NUM_COUNT = 8;
156const S32 LIST_STAT_GEO_MEAN = 9; 156const S32 LIST_STAT_GEO_MEAN = 9;
157 157
158const S32 STRING_TRIM_HEAD = 0x01;
159const S32 STRING_TRIM_TAIL = 0x02;
160const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL;
161
158#endif 162#endif