From 70b2baae6a31f0bf9802594186183b369322eef7 Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 23 Jun 2003 21:04:35 +0000 Subject: Use type int instead of signed char in code making comparisons to EOF. --- lang/hugs/distinfo | 4 ++-- lang/hugs/patches/patch-ad | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/hugs') diff --git a/lang/hugs/distinfo b/lang/hugs/distinfo index 7a42df11de1..bb430e06167 100644 --- a/lang/hugs/distinfo +++ b/lang/hugs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2003/05/04 20:19:46 jtb Exp $ +$NetBSD: distinfo,v 1.9 2003/06/23 21:04:35 jtb Exp $ SHA1 (hugs98-Dec2001.tar.gz) = 0980e3bbd21a6f5bc8ab1658a90be2a4dec35007 Size (hugs98-Dec2001.tar.gz) = 821812 bytes SHA1 (patch-aa) = c7e05ca44740a4a39595ab95149e6064b9d99ca9 SHA1 (patch-ab) = 81d75e31db129be9f3e38e330c6c7f3cca375784 SHA1 (patch-ac) = 4fa190a3aaec5c3fc64c7cf693ace5cb6786c430 -SHA1 (patch-ad) = fc0ed4a99eecd8c89096ba9f30567564701e4070 +SHA1 (patch-ad) = a15a832ae8b608fbc3ea94492251cf580722c49e diff --git a/lang/hugs/patches/patch-ad b/lang/hugs/patches/patch-ad index 5489855eb9c..97838264582 100644 --- a/lang/hugs/patches/patch-ad +++ b/lang/hugs/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.1 2003/05/04 20:19:46 jtb Exp $ +$NetBSD: patch-ad,v 1.2 2003/06/23 21:04:37 jtb Exp $ --- ../input.c.orig +++ ../input.c @@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.1 2003/05/04 20:19:46 jtb Exp $ #else #define LINEBUFFER_SIZE 1000 -static char lineBuffer[LINEBUFFER_SIZE]; -+static signed char lineBuffer[LINEBUFFER_SIZE]; ++static int lineBuffer[LINEBUFFER_SIZE]; #endif static int lineLength = 0; static int inCodeBlock = FALSE; /* Inside \begin{code}..\end{code} */ -- cgit v1.2.3