wchar.h: fix header comment style.
Comment uses C++ style, while it can be compiled in a C-only environment. This broke the ICU cross compilation (done for ARM).
This commit is contained in:
parent
9ffc3c3d8a
commit
63fe8ecdd9
@ -30,7 +30,7 @@ typedef struct {
|
|||||||
void* converter;
|
void* converter;
|
||||||
char charset[64];
|
char charset[64];
|
||||||
unsigned int count;
|
unsigned int count;
|
||||||
char data[1024 + 8]; // 1024 bytes for data, 8 for alignment space
|
char data[1024 + 8]; /* 1024 bytes for data, 8 for alignment space */
|
||||||
} mbstate_t;
|
} mbstate_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user