remove old comment

master
Avril 3 years ago
parent cd8f8b845b
commit a2dc11280c
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -43,7 +43,7 @@ noglobal inline static char assert_in_bound(char i)
return i;
}
static void populate(const char* from, answers_t * restrict ans) //wtf is this syntax? `bool* restrict a` -> `bool a[restrict N]`????
static void populate(const char* from, answers_t * restrict ans)
{
while(*from)
ans->table[(int)assert_in_bound((*from++)-'a')]

Loading…
Cancel
Save