summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_compile/indra.l
diff options
context:
space:
mode:
authorGraham Madarasz <graham@lindenlab.com>2013-05-10 16:10:25 -0700
committerGraham Madarasz <graham@lindenlab.com>2013-05-10 16:10:25 -0700
commitf2455ccaafec1b583d714b119dd68ec8b4165519 (patch)
treeb936569bf9d72742ef3af82f4aa8c4097f20ad8f /indra/lscript/lscript_compile/indra.l
parentd2f71df15f14fe0f7e17f962d39d19dd571fc530 (diff)
Put back normal map and spec map initializers/destruction, delete FMOD refs (unneeded with FMODEX), make indra.l/y safe for bison >= 2.7
Diffstat (limited to 'indra/lscript/lscript_compile/indra.l')
-rw-r--r--indra/lscript/lscript_compile/indra.l8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l
index 9132d5d528..1bb38bbf65 100644
--- a/indra/lscript/lscript_compile/indra.l
+++ b/indra/lscript/lscript_compile/indra.l
@@ -79,17 +79,9 @@ void parse_string();
#define yyfree indra_free
-#if LL_WINDOWS
-#if defined(__cplusplus)
-extern "C" { int yylex( void ); }
-extern "C" { int yyparse( void ); }
-extern "C" { int yyerror(const char *fmt, ...); }
-#endif
-#else
int yylex( void );
int yyparse( void );
int yyerror(const char *fmt, ...);
-#endif
%}