From ae4d4d8d5bab0cebf78dc454f6b626b5466a9313 Mon Sep 17 00:00:00 2001 From: tiagosoares Date: Mon, 22 May 2006 16:03:34 +0000 Subject: [PATCH] Bug Fix UShort type git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1642 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- H/Yap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/H/Yap.h b/H/Yap.h index e33ec9ef4..811441453 100644 --- a/H/Yap.h +++ b/H/Yap.h @@ -10,7 +10,7 @@ * File: Yap.h.m4 * * mods: * * comments: main header file for YAP * -* version: $Id: Yap.h,v 1.15 2006-04-28 13:23:23 vsc Exp $ * +* version: $Id: Yap.h,v 1.16 2006-05-22 16:03:34 tiagosoares Exp $ * *************************************************************************/ #include "config.h" @@ -193,7 +193,7 @@ # elif SIZEOF_INT==4 /* */ typedef int Short; -/* */ typedef short int UShort; +/* */ typedef unsigned int UShort; # else # error Yap requires integer types half the size of a pointer