/
[deliverable/binutils-gdb.git] / gas / hash.h
index 43c7556e29cb6131811205556853153b24023f77..98eb347522511c603a7a39e5a0cf776b3a7d50c4 100644 (file)
 #ifndef hashH
 #define hashH
 
-struct hash_entry
-{
-  const char *hash_string;     /* points to where the symbol string is */
-  /* NULL means slot is not used */
-  /* DELETED means slot was deleted */
-  PTR hash_value;              /* user's datum, associated with symbol */
-  unsigned long h;
-};
-
-
 struct hash_control;
 
 /* returns control block */
@@ -52,4 +42,4 @@ void hash_print_statistics PARAMS ((FILE *, const char *,
                                    struct hash_control *));
 #endif /* #ifdef hashH */
 
-/* end of hash.c */
+/* end of hash.h */
This page took 0.02435 seconds and 4 git commands to generate.