[hackers] [scc] Remove inline from hash() || Roberto E. Vargas Caballero
commit 5e295214e4eddad0eb9be0b88398ed4137269694
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Wed Jul 15 22:15:52 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
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
_AT_@ -36,7 +36,7 @@ dumpstab(char *msg)
}
#endif
-static inline unsigned
+static unsigned
hash(const char *s)
{
unsigned c, h;
Received on Wed Jul 15 2015 - 22:19:01 CEST
This archive was generated by hypermail 2.3.0
: Wed Jul 15 2015 - 22:24:12 CEST