]> gcc.gnu.org Git - gcc.git/blobdiff - libcpp/include/symtab.h
Makefile.def (host_modules): add libcpp.
[gcc.git] / libcpp / include / symtab.h
similarity index 97%
rename from gcc/hashtable.h
rename to libcpp/include/symtab.h
index 8efbf5c50e2e20cae5512e782e72aef8be02652f..8b793320b56c758d9f21eddc5a2b62127930dfeb 100644 (file)
@@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#ifndef GCC_HASHTABLE_H
-#define GCC_HASHTABLE_H
+#ifndef LIBCPP_SYMTAB_H
+#define LIBCPP_SYMTAB_H
 
 #include "obstack.h"
 #define GTY(x) /* nothing */
@@ -78,4 +78,4 @@ extern void ht_forall (hash_table *, ht_cb, const void *);
 /* Dump allocation statistics to stderr.  */
 extern void ht_dump_statistics (hash_table *);
 
-#endif /* GCC_HASHTABLE_H */
+#endif /* LIBCPP_SYMTAB_H */
This page took 0.030389 seconds and 5 git commands to generate.