Source-Changes-HG archive

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

[src/trunk]: src/include ISO 9899-1990: #include <wchar.h> should pull defini...



details:   https://anonhg.NetBSD.org/src/rev/e1c04ff91555
branches:  trunk
changeset: 500941:e1c04ff91555
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Dec 20 22:36:25 2000 +0000

description:
ISO 9899-1990: #include <wchar.h> should pull definition for "NULL" in.
checked with Norihiro Kumagai <kuma%oasis.sharplabs.com@localhost>

diffstat:

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

diffs (17 lines):

diff -r 5a5de551de46 -r e1c04ff91555 include/wchar.h
--- a/include/wchar.h   Wed Dec 20 22:17:31 2000 +0000
+++ b/include/wchar.h   Wed Dec 20 22:36:25 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wchar.h,v 1.2 2000/12/20 14:53:23 itojun Exp $ */
+/*     $NetBSD: wchar.h,v 1.3 2000/12/20 22:36:25 itojun Exp $ */
 
 /*-
  * Copyright (c)1999 Citrus Project,
@@ -67,6 +67,7 @@
 
 #include <sys/cdefs.h>
 #include <machine/ansi.h>
+#include <sys/null.h>
 
 #ifdef _BSD_WCHAR_T_
 typedef        _BSD_WCHAR_T_   wchar_t;



Home | Main Index | Thread Index | Old Index