aboutsummaryrefslogtreecommitdiff
path: root/gas/hash.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-10-30 21:59:01 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-10-30 21:59:01 +0000
commitb041f888acb608ad6d70d30e5a6d19ae23a9b69c (patch)
tree50ae6e5a95fbd7ddafd6daaaf296cfb5b70287ce /gas/hash.c
parent8e1a459b89eaace9fc44bf1734d1dfc4cd39a8f9 (diff)
downloadfsf-binutils-gdb-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.zip
fsf-binutils-gdb-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.tar.gz
fsf-binutils-gdb-b041f888acb608ad6d70d30e5a6d19ae23a9b69c.tar.bz2
2000-10-30 Kazu Hirata <kazu@hxi.com>
* expr.c: Fix formatting. * flonum-copy.c: Likewise. * flonum.h: Likewise. * gasp.c: Likewise. * hash.c: Likewise.
Diffstat (limited to 'gas/hash.c')
-rw-r--r--gas/hash.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/hash.c b/gas/hash.c
index 0943408..f2e98a6 100644
--- a/gas/hash.c
+++ b/gas/hash.c
@@ -37,8 +37,7 @@
/* An entry in a hash table. */
-struct hash_entry
-{
+struct hash_entry {
/* Next entry for this hash code. */
struct hash_entry *next;
/* String being hashed. */
@@ -52,8 +51,7 @@ struct hash_entry
/* A hash table. */
-struct hash_control
-{
+struct hash_control {
/* The hash array. */
struct hash_entry **table;
/* The number of slots in the hash table. */