]> sourceware.org Git - newlib-cygwin.git/commit
ctype: Fix bitfield types on 16-bit targets newlib-snapshot-20180720
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 20 Jul 2018 11:04:56 +0000 (13:04 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 20 Jul 2018 12:25:03 +0000 (14:25 +0200)
commit46ba1675c457324b0eeef4670a09101ef3f34c50
tree2789ab4cc09f02c12ceaff9f901543f73a93d204
parente9f223877f42c31353bd8b522596cb5fe1b87388
ctype: Fix bitfield types on 16-bit targets

This prevents errors like this:

newlib/libc/ctype/categories.c:6:3: error: width of 'first' exceeds its type
   unsigned int first: 24;
   ^

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
newlib/libc/ctype/categories.c
newlib/libc/ctype/towctrans_l.c
This page took 0.031073 seconds and 5 git commands to generate.