Add _BSD_WINT_T_ definition so we can handle wint_t type added in NA1.

This commit is contained in:
jtc 1996-03-16 01:31:45 +00:00
parent 58a3d4e742
commit 2ce5f1478b
10 changed files with 20 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.3 1995/11/23 02:35:41 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.4 1996/03/16 01:31:45 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -73,6 +73,7 @@ typedef struct {
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.2 1996/03/14 23:10:59 mark Exp $ */
/* $NetBSD: ansi.h,v 1.3 1996/03/16 01:31:48 jtc Exp $ */
/*
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.5 1994/10/27 04:15:54 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.6 1996/03/16 01:31:50 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.5 1994/10/26 07:50:40 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.6 1996/03/16 01:31:52 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.5 1994/10/26 21:09:33 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.6 1996/03/16 01:32:00 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.6 1994/10/26 08:24:21 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.7 1996/03/16 01:31:54 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.1.1.1 1996/03/13 04:58:07 jonathan Exp $ */
/* $NetBSD: ansi.h,v 1.2 1996/03/16 01:31:57 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.5 1994/10/26 21:09:33 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.6 1996/03/16 01:32:00 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.3 1994/11/20 20:52:50 deraadt Exp $ */
/* $NetBSD: ansi.h,v 1.4 1996/03/16 01:32:01 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -69,6 +69,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ansi.h,v 1.3 1994/10/26 08:01:59 cgd Exp $ */
/* $NetBSD: ansi.h,v 1.4 1996/03/16 01:32:03 jtc Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -56,5 +56,6 @@
#define _BSD_TIME_T_ long /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
#define _BSD_WCHAR_T_ int /* wchar_t */
#define _BSD_WINT_T_ int /* wint_t */
#endif /* _ANSI_H_ */