git: <wchar.h>: Remove limits pollution.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Sat Nov 2 15:47:59 PDT 2019
commit 1e9c07e1a6f139028034bc2613bcb597ce870593
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sat Nov 2 22:16:51 2019 +0200
<wchar.h>: Remove limits pollution.
The <wchar.h> now should properly only define WCHAR_MIN/WCHAR_MAX as per
opengroups. Fix fallout in col(1) that makes use of INT_MIN/INT_MAX.
No binary differences for buildworld.
While there, add comment why <ctype.h> is in <wchar.h>.
Summary of changes:
include/wchar.h | 5 ++---
usr.bin/col/col.c | 1 +
2 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e9c07e1a6f139028034bc2613bcb597ce870593
--
DragonFly BSD source repository
More information about the Commits
mailing list