summaryrefslogtreecommitdiff
path: root/indra/lscript/lscript_compile/lscript_scope.cpp
blob: a2eeceb9c6545127069cd3620f66ab9c4fdb387d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;