input.h 406 B

123456789101112131415161718
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. *
  5. * Author: Ceriel J.H. Jacobs
  6. */
  7. /* I N S T A N T I A T I O N O F I N P U T M O D U L E */
  8. /* $Id$ */
  9. #include "inputtype.h"
  10. #define INP_NPUSHBACK 2
  11. #define INP_TYPE struct f_info
  12. #define INP_VAR file_info
  13. #include <inp_pkg.spec>