Pristine Ack-5.5
[Ack-5.5.git] / lang / pc / comp / input.c
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
3 #include        "f_info.h"
4 struct f_info   file_info;
5 #include        "input.h"
6 #include        <em_arith.h>
7 #include        "idf.h"
8 #include        <inp_pkg.body>
9
10
11 AtEoIF()
12 {
13         /*      Make the unstacking of input streams noticable to the
14                 lexical analyzer
15         */
16         return 1;
17 }