our wchar_t is int, not short.

This commit is contained in:
yamt 2001-10-28 05:24:37 +00:00
parent 98a839573a
commit 9ab12a24fa
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.16 2001/10/21 21:39:49 thorpej Exp $ */
/* $NetBSD: param.h,v 1.17 2001/10/28 05:24:37 yamt Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@ -64,7 +64,7 @@
/*
* Make sure this matches wchar_t.
*/
#define WCHAR SHORT
#define WCHAR INT
#ifndef __GNUC__
#ifndef lint