diff options
author | Richard Linden <none@none> | 2010-09-30 16:43:16 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-30 16:43:16 -0700 |
commit | e7834520c725de122f2e62387e2563723735ab4e (patch) | |
tree | cadad00d73683598bdbdc9d59d4d9d5e76ea4a9f /indra/llxuixml/llregistry.h | |
parent | 364ca4e55fd99ad0da15cd6fa176c2009f52b729 (diff) |
fixed line ending
Diffstat (limited to 'indra/llxuixml/llregistry.h')
-rw-r--r-- | indra/llxuixml/llregistry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llxuixml/llregistry.h b/indra/llxuixml/llregistry.h index 80e654854a..546cf38eb5 100644 --- a/indra/llxuixml/llregistry.h +++ b/indra/llxuixml/llregistry.h @@ -343,8 +343,8 @@ private: ScopedRegistrar* mStaticScope; }; -// helper macro for doing static registration
-#define GLUED_TOKEN(x, y) x ## y
+// helper macro for doing static registration +#define GLUED_TOKEN(x, y) x ## y #define GLUE_TOKENS(x, y) GLUED_TOKEN(x, y) #define LLREGISTER_STATIC(REGISTRY, KEY, VALUE) static REGISTRY::StaticRegistrar GLUE_TOKENS(reg, __COUNTER__)(KEY, VALUE); |