From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/lscript/lscript_compile/lscript_scope.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 indra/lscript/lscript_compile/lscript_scope.cpp (limited to 'indra/lscript/lscript_compile/lscript_scope.cpp') diff --git a/indra/lscript/lscript_compile/lscript_scope.cpp b/indra/lscript/lscript_compile/lscript_scope.cpp new file mode 100644 index 0000000000..a2eeceb9c6 --- /dev/null +++ b/indra/lscript/lscript_compile/lscript_scope.cpp @@ -0,0 +1,13 @@ +/** + * @file lscript_scope.cpp + * @brief builds nametable and checks scope + * + * Copyright (c) 2002-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#include "linden_common.h" + +#include "lscript_tree.h" + +LLStringTable *gScopeStringTable; -- cgit v1.2.3