summaryrefslogtreecommitdiff
path: root/lang/hugs/patches/patch-ad
blob: 978382645824d70bdf64ba8892a2d457a243b2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2003/06/23 21:04:37 jtb Exp $

--- ../input.c.orig
+++ ../input.c
@@ -313,7 +313,7 @@
 static char *lineBuffer = NULL;   /* getline() does the initial allocation */
 #else
 #define LINEBUFFER_SIZE 1000
-static char lineBuffer[LINEBUFFER_SIZE];
+static int lineBuffer[LINEBUFFER_SIZE];
 #endif
 static int lineLength = 0;
 static int inCodeBlock = FALSE; /* Inside \begin{code}..\end{code} */