diff options
author | Alain Linden <alain@lindenlab.com> | 2011-03-03 10:38:39 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-03-03 10:38:39 -0800 |
commit | 8dffedb246dd5fdf89aadded14630a5e8691b30c (patch) | |
tree | 34170953d7202fe61bf7c4319e0215d233722ad2 /indra/lscript | |
parent | aa72b0df03c1dfea7571eae4abed30ce9f269158 (diff) | |
parent | fa20a6de086febf0b6b098172685c26f939876f6 (diff) |
merge from lindenlab/viewer-development
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 |