]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/identifiers.c
Makefile.def (host_modules): add libcpp.
[thirdparty/gcc.git] / libcpp / identifiers.c
similarity index 99%
rename from gcc/cpphash.c
rename to libcpp/identifiers.c
index 1e07f41f7ac332c11b536c856a0920284c0e5d06..a6b35b4e57c59432db04cced3226563f985dd035 100644 (file)
@@ -26,7 +26,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #include "config.h"
 #include "system.h"
 #include "cpplib.h"
-#include "cpphash.h"
+#include "internal.h"
 
 static cpp_hashnode *alloc_node (hash_table *);