]> gcc.gnu.org Git - gcc.git/blobdiff - libcpp/symtab.c
Makefile.def (host_modules): add libcpp.
[gcc.git] / libcpp / symtab.c
similarity index 99%
rename from gcc/hashtable.c
rename to libcpp/symtab.c
index 58f19d055fc21c402146d581b584dcdfd639a47f..39cecedf72f39cd8ad668e797a4105cc0ece5c75 100644 (file)
@@ -21,7 +21,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 #include "config.h"
 #include "system.h"
-#include "hashtable.h"
+#include "symtab.h"
 
 /* The code below is a specialization of Vladimir Makarov's expandable
    hash tables (see libiberty/hashtab.c).  The abstraction penalty was
This page took 0.032127 seconds and 5 git commands to generate.