Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Only define _BSD_WCHAR_T_ once.



details:   https://anonhg.NetBSD.org/src/rev/b54c55ad3ea6
branches:  trunk
changeset: 515124:b54c55ad3ea6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Sep 17 05:40:38 2001 +0000

description:
Only define _BSD_WCHAR_T_ once.

diffstat:

 sys/arch/vax/include/ansi.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 859728873155 -r b54c55ad3ea6 sys/arch/vax/include/ansi.h
--- a/sys/arch/vax/include/ansi.h       Mon Sep 17 02:47:13 2001 +0000
+++ b/sys/arch/vax/include/ansi.h       Mon Sep 17 05:40:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ansi.h,v 1.15 2001/07/28 07:43:07 matt Exp $   */
+/*     $NetBSD: ansi.h,v 1.16 2001/09/17 05:40:38 simonb Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -70,7 +70,6 @@
 #else
 #define        _BSD_VA_LIST_           char *          /* va_list */
 #endif
-#define        _BSD_WCHAR_T_           int             /* wchar_t */
 #define        _BSD_WINT_T_            int             /* wint_t */
 #define        _BSD_CLOCKID_T_         int             /* clockid_t */
 #define        _BSD_TIMER_T_           int             /* timer_t */



Home | Main Index | Thread Index | Old Index