input.c 304 B

1234567891011121314151617
  1. /* I N S T A N T I A T I O N O F I N P U T P A C K A G E */
  2. #include "f_info.h"
  3. struct f_info file_info;
  4. #include "input.h"
  5. #include <em_arith.h>
  6. #include "idf.h"
  7. #include <inp_pkg.body>
  8. AtEoIF()
  9. {
  10. /* Make the unstacking of input streams noticable to the
  11. lexical analyzer
  12. */
  13. return 1;
  14. }