mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18:30 +00:00
Improve LLVM compatibility a little bit
This commit is contained in:
parent
3057315a1b
commit
1a3d22b2fd
7 changed files with 14 additions and 12 deletions
|
@ -19,7 +19,9 @@
|
|||
#include "libc/macros.internal.h"
|
||||
#include "libc/str/str.h"
|
||||
|
||||
static const int (*const kWcTypeFuncs[])(wint_t) = {
|
||||
typedef int (*isw_f)(wint_t);
|
||||
|
||||
static const isw_f kWcTypeFuncs[] = {
|
||||
iswalnum, //
|
||||
iswalpha, //
|
||||
iswblank, //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue