// This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright (C) 2000 Stefanus Du Toit #include namespace Atlas { namespace Funky { BeginMap Tokens::begin_map; EndMap Tokens::end_map; BeginList Tokens::begin_list; EndList Tokens::end_list; } } // namespace Atlas::Funky