diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-16 21:53:52 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-16 21:53:52 -0500 |
commit | 4497502d0d3784a2cfd6871e7609290de2023475 (patch) | |
tree | 42e04c6380d13a4653e3649753129e5562989df7 /indra/lscript/lscript_compile | |
parent | 893690bb4f9da18d999cc47e51242af7ffb77b8a (diff) | |
parent | 75f7aca1079468eb8655c5726318cc3a7aa85c16 (diff) |
Automated merge with file:///Users/oz/Work/viewer-autobuild
Diffstat (limited to 'indra/lscript/lscript_compile')
-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 |