diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -160,9 +160,7 @@ struct string { obj_common; wchar_t *str; val len; -#if !HAVE_MALLOC_USABLE_SIZE cnum alloc; -#endif }; typedef struct { |