Undo previous.

This commit is contained in:
jtb 2003-06-23 21:24:33 +00:00
parent f6e6933bb2
commit ff6f107969
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.9 2003/06/23 21:04:35 jtb Exp $
$NetBSD: distinfo,v 1.10 2003/06/23 21:24:33 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) = a15a832ae8b608fbc3ea94492251cf580722c49e
SHA1 (patch-ad) = fc0ed4a99eecd8c89096ba9f30567564701e4070

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ad,v 1.2 2003/06/23 21:04:37 jtb Exp $
$NetBSD: patch-ad,v 1.3 2003/06/23 21:24:34 jtb Exp $
--- ../input.c.orig
+++ ../input.c
@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.2 2003/06/23 21:04:37 jtb Exp $
#else
#define LINEBUFFER_SIZE 1000
-static char lineBuffer[LINEBUFFER_SIZE];
+static int lineBuffer[LINEBUFFER_SIZE];
+static signed char lineBuffer[LINEBUFFER_SIZE];
#endif
static int lineLength = 0;
static int inCodeBlock = FALSE; /* Inside \begin{code}..\end{code} */