diff options
author | jenn <jenn@lindenlab.com> | 2011-01-25 10:36:14 -0800 |
---|---|---|
committer | jenn <jenn@lindenlab.com> | 2011-01-25 10:36:14 -0800 |
commit | c2d1f9215a5e7902c68a5e71ca7d0d852305ff31 (patch) | |
tree | 2d5dce0c5c58a5b9ec995a1d0f6fc2790c3b3a19 /indra/lscript | |
parent | 93138ec2cbd5a9707a7ade1acc6ef35fbc50b422 (diff) | |
parent | 6dd086794f5cf319fca1736a5803423b58d79d0b (diff) |
Merge in changes from mani_linden/viewer-vs2010
Diffstat (limited to 'indra/lscript')
-rw-r--r-- | indra/lscript/lscript_compile/indra.l | 5 |
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 |