------- Comment #26 from peturrun at gmail dot com 2009-06-16 19:51 ------- Wouldn't it be easy to implement catalogs using a vector? If do_open adds the catalog name to the vector and returns the index, do_get can get the name back by using the catalog as the index into the vector.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13631