diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llcommon/lllslconstants.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llcommon/lllslconstants.h')
-rw-r--r-- | linden/indra/llcommon/lllslconstants.h | 4 |
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; | |||
155 | const S32 LIST_STAT_NUM_COUNT = 8; | 155 | const S32 LIST_STAT_NUM_COUNT = 8; |
156 | const S32 LIST_STAT_GEO_MEAN = 9; | 156 | const S32 LIST_STAT_GEO_MEAN = 9; |
157 | 157 | ||
158 | const S32 STRING_TRIM_HEAD = 0x01; | ||
159 | const S32 STRING_TRIM_TAIL = 0x02; | ||
160 | const S32 STRING_TRIM = STRING_TRIM_HEAD | STRING_TRIM_TAIL; | ||
161 | |||
158 | #endif | 162 | #endif |