X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/e997256c0986b92663c1c5f6e5d5d8a4e8a6eadf..0dfaac7284d7f1a54e957bba4a881d93328c1630:/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;