summaryrefslogtreecommitdiff
path: root/app/luit/iso2022.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-05 18:17:44 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-10-05 18:17:44 +0000
commit9a47f198420ab03a7034628d182e02ae44dc6d46 (patch)
tree8e42798e413cc7fe00960317ccb60eaf41bc354c /app/luit/iso2022.c
parentabe18d8a3de86ed358f65ceff89bedc1f519e630 (diff)
Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.
Diffstat (limited to 'app/luit/iso2022.c')
-rw-r--r--app/luit/iso2022.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/luit/iso2022.c b/app/luit/iso2022.c
index ac2f5ddb9..ce8769533 100644
--- a/app/luit/iso2022.c
+++ b/app/luit/iso2022.c
@@ -37,8 +37,8 @@ THE SOFTWARE.
#include "iso2022.h"
#define BUFFERED_INPUT_SIZE 4
-static unsigned char buffered_input[BUFFERED_INPUT_SIZE];
-static int buffered_input_count = 0;
+unsigned char buffered_input[BUFFERED_INPUT_SIZE];
+int buffered_input_count = 0;
static void
FatalError(char *f, ...)