mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 02:35:12 +03:00
small fix in hashgen
This commit is contained in:
parent
76517ca91f
commit
338b9cb4e2
@ -197,7 +197,7 @@ static const char *srchdr =
|
||||
#endif\n\n\
|
||||
#ifndef WAL\n\
|
||||
#define WAL __attribute__ ((weak, alias (\"__f1\")))\n\
|
||||
#endif\n\nint __f1(_U_ uint32_t h, _U_ char *a){return 1;}\n\n"
|
||||
#endif\n\nstatic int __f1(_U_ uint32_t h, _U_ char *a){return 1;}\n\n"
|
||||
;
|
||||
|
||||
static void build(strhash *H, int hno, int hlen){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user