reformat ctype tables to be diff-friendly, match tool output
authorRich Felker <dalias@aerifal.cx>
Mon, 18 Dec 2017 23:01:42 +0000 (18:01 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 18 Dec 2017 23:01:42 +0000 (18:01 -0500)
commitd3f23337eecf68d085be212167c167f9cc49dbe5
tree0f637295019d867ed0523bd4c4ba5a9a00ecb70e
parentd5029bb88a4ff91b007a19c7d9efb790aab63246
reformat ctype tables to be diff-friendly, match tool output

the new version of the code used to generate these tables forces a
newline every 256 entries, whereas at the time these files were
originally generated and committed, it only wrapped them at 80
columns. the new behavior ensures that localized changes to the
tables, if they are ever needed, will produce localized diffs.

commit d060edf6c569ba9df4b52d6bcd93edde812869c9 made the corresponding
changes to the iconv tables.
src/ctype/alpha.h
src/ctype/nonspacing.h
src/ctype/punct.h
src/ctype/wide.h