=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2018/parse/lex.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- OpenXM_contrib2/asir2018/parse/lex.c 2020/10/06 06:45:37 1.5 +++ 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.4 2020/10/06 06:31:20 noro 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();