From eefa813ecaadd254c41b53d04e8a3b0d86809a63 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 27 Aug 2003 21:52:41 +0000 Subject: Added Open Watcom strictness about how the char type needs to be signed by default. --- win/tclWinPort.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 59f58d4..1848e03 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinPort.h,v 1.37 2003/08/27 19:41:49 davygrvy Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.38 2003/08/27 21:52:41 davygrvy Exp $ */ #ifndef _TCLWINPORT @@ -398,6 +398,9 @@ * LPFN_* typedefs. */ # define HAVE_NO_LPFN_DECLS +# if !defined(__CHAR_SIGNED__) +# error "You must use the -j switch to ensure char is signed." +# endif #endif /* -- cgit v0.12