// util_GetIdentTable.h
//

#ifndef LZZ_util_GetIdentTable_h
#define LZZ_util_GetIdentTable_h
#include "util_IdentTable.h"
#define LZZ_INLINE inline
namespace util
{
  IdentTable & getIdentTable ();
}
#undef LZZ_INLINE
#endif
