ref: 5e295214e4eddad0eb9be0b88398ed4137269694
parent: e60a9960ac6986677dc7bd54e6d6e268f8be513b
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Jul 15 18:15:52 EDT 2015
Remove inline from hash() Who need it?
--- a/cc1/symbol.c
+++ b/cc1/symbol.c
@@ -36,7 +36,7 @@
}
#endif
-static inline unsigned
+static unsigned
hash(const char *s)
{
unsigned c, h;