commit 5e295214e4eddad0eb9be0b88398ed4137269694
Author: Roberto E. Vargas Caballero <[email protected]>
AuthorDate: Wed Jul 15 22:15:52 2015 +0200
Commit: Roberto E. Vargas Caballero <[email protected]>
CommitDate: Wed Jul 15 22:15:52 2015 +0200
Remove inline from hash()
Who need it?
diff --git a/cc1/symbol.c b/cc1/symbol.c
index 22efd69..c5c6b5e 100644
--- a/cc1/symbol.c
+++ b/cc1/symbol.c
@@ -36,7 +36,7 @@ dumpstab(char *msg)
}
#endif
-static inline unsigned
+static unsigned
hash(const char *s)
{
unsigned c, h;