Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/include Pull up rev. 1.47 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/18f2d83cd502
branches:  netbsd-1-5
changeset: 489026:18f2d83cd502
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Aug 10 16:44:02 2000 +0000

description:
Pull up rev. 1.47 (approved by thorpej):
ISO/IEC 9899:1999: MB_CUR_MAX expands to a positive integer
expression with type size_t.

diffstat:

 include/stdlib.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f947bf459fed -r 18f2d83cd502 include/stdlib.h
--- a/include/stdlib.h  Thu Aug 10 16:22:28 2000 +0000
+++ b/include/stdlib.h  Thu Aug 10 16:44:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdlib.h,v 1.45.4.1 2000/08/09 17:42:21 tshiozak Exp $ */
+/*     $NetBSD: stdlib.h,v 1.45.4.2 2000/08/10 16:44:02 kleink Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -95,7 +95,7 @@
 
 #define        RAND_MAX        0x7fffffff
 
-extern int __mb_cur_max;
+extern size_t __mb_cur_max;
 #define        MB_CUR_MAX      __mb_cur_max
 
 __BEGIN_DECLS



Home | Main Index | Thread Index | Old Index