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:
Ithamar R. Adema 2012-11-16 00:48:14 +01:00
parent 9ffc3c3d8a
commit 63fe8ecdd9

View File

@ -30,7 +30,7 @@ typedef struct {
void* converter;
char charset[64];
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;