summaryrefslogtreecommitdiff
path: root/indra/lscript
diff options
context:
space:
mode:
authorjenn <jenn@lindenlab.com>2011-01-25 10:36:14 -0800
committerjenn <jenn@lindenlab.com>2011-01-25 10:36:14 -0800
commitc2d1f9215a5e7902c68a5e71ca7d0d852305ff31 (patch)
tree2d5dce0c5c58a5b9ec995a1d0f6fc2790c3b3a19 /indra/lscript
parent93138ec2cbd5a9707a7ade1acc6ef35fbc50b422 (diff)
parent6dd086794f5cf319fca1736a5803423b58d79d0b (diff)
Merge in changes from mani_linden/viewer-vs2010
Diffstat (limited to 'indra/lscript')
-rw-r--r--indra/lscript/lscript_compile/indra.l5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l
index 8fe9f5ed29..188c9e1950 100644
--- a/indra/lscript/lscript_compile/indra.l
+++ b/indra/lscript/lscript_compile/indra.l
@@ -8,8 +8,11 @@ FS (f|F)
%n 4000
%p 5000
+%top {
+ #include "linden_common.h"
+}
+
%{
-#include "linden_common.h"
// Deal with the fact that lex/yacc generates unreachable code
#ifdef LL_WINDOWS
#pragma warning (disable : 4018) // warning C4018: signed/unsigned mismatch