/* ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001. ** See ../LICENSE for license information. ** */ # ifndef LLGLOBALS_H # define LLGLOBALS_H # ifdef NOLCL # error "Bad include" # endif extern /*@only@*/ lsymbolSet g_currentImports; extern /*@only@*/ symtable g_symtab; # else # error "Multiple include" # endif