77ba1afdf0
types. C99 requires that these definitions promote to (signed/unsigned) integer the same way as the types the definition is for. And since unsigned char/short fit into an "int" on all our archs and thus promote to signed int, the definitions must not be unsigned. Addresses PR lib/31306 by Neil Booth.
7 lines
167 B
Makefile
7 lines
167 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/08/31 16:20:50 drochner Exp $
|
|
|
|
# missing files: stdarg varargs
|
|
SUBDIR+= bitstring bootblock okheaders stdint
|
|
|
|
.include <bsd.subdir.mk>
|