diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 23:15:09 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-11-07 23:15:09 +0000 |
commit | 424af0690a07a4b10d4b95e4bee467b7c0349550 (patch) | |
tree | be3aab4f75b6e73326056d116be617f0b4cb275c | |
parent | 050dad0ce35207a4ac1562175e853590ad9b7681 (diff) |
Removied viewer.h from macview_prefix.h
-rw-r--r-- | indra/lscript/lscript_compile/indra.l | 2 | ||||
-rw-r--r-- | indra/newview/macview_Prefix.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l index 57aef07e18..4fa5b58a81 100644 --- a/indra/lscript/lscript_compile/indra.l +++ b/indra/lscript/lscript_compile/indra.l @@ -678,7 +678,7 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename, // Reset the lexer's internal buffering. - yyrestart(yyin); + b_parse_ok = !yyparse(); diff --git a/indra/newview/macview_Prefix.h b/indra/newview/macview_Prefix.h index c7dd35125c..4d982f1897 100644 --- a/indra/newview/macview_Prefix.h +++ b/indra/newview/macview_Prefix.h @@ -107,7 +107,6 @@ #include "llvosky.h" #include "llworld.h" #include "pipeline.h" -#include "viewer.h" /////////////////// From llfloater.cpp #include "llbutton.h" |