=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/parse/lex.c,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- OpenXM_contrib2/asir2018/parse/lex.c 2020/10/06 06:31:20 1.4 +++ OpenXM_contrib2/asir2018/parse/lex.c 2022/09/07 03:17:44 1.6 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2018/parse/lex.c,v 1.3 2020/03/29 17:01:55 fujimoto Exp $ + * $OpenXM: OpenXM_contrib2/asir2018/parse/lex.c,v 1.5 2020/10/06 06:45:37 noro Exp $ */ #include #include "ca.h" @@ -60,7 +60,7 @@ #include "y.tab.h" #endif #if FEP -#include +#include #endif static int Getc(); @@ -458,6 +458,11 @@ int yylex() /* XXX */ return 0; } + +/* for __fpurge() */ +#if defined(linux) +#include +#endif void purge_stdin() {