From ccb035ab284dcce968d948a5f04eef96c9cc541d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 24 Oct 2009 09:08:26 +0000 Subject: Enable Halibut to read a .but file from standard input, by supplying the special filename '-'. [originally from svn r8728] --- halibut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 4f433e1..11b8ac2 100644 --- a/halibut.h +++ b/halibut.h @@ -62,6 +62,7 @@ struct input_Tag { int nfiles; /* how many in the list */ FILE *currfp; /* the currently open one */ int currindex; /* which one is that in the list */ + int wantclose; /* does the current file want closing */ pushback *pushback; /* pushed-back input characters */ int npushback, pushbacksize; filepos pos; -- cgit v1.1