/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Id$ */ #include "parameters.h" #include #include #include #include "file_info.h" #include "input.h" #include "error.h" #define INP_PUSHBACK 3 #define INP_TYPE struct file_info #define INP_VAR finfo struct file_info finfo; #include #include int NoUnstack; int AtEoIT(void) { return 0; } extern char *source; int AtEoIF(void) { if (NoUnstack) lexerror("unexpected EOF"); return 0; }