=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/parse/kwd.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- OpenXM_contrib2/asir2000/parse/kwd.c 2015/08/06 10:01:53 1.15 +++ OpenXM_contrib2/asir2000/parse/kwd.c 2015/08/14 13:51:56 1.16 @@ -45,11 +45,11 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. * - * $OpenXM: OpenXM_contrib2/asir2000/parse/kwd.c,v 1.14 2005/09/13 06:54:22 noro Exp $ + * $OpenXM: OpenXM_contrib2/asir2000/parse/kwd.c,v 1.15 2015/08/06 10:01:53 fujimoto Exp $ */ #include "ca.h" #include "parse.h" -#if defined(VISUAL) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(VISUAL) || defined(__MINGW32__) #include "ytab.h" #else #include "y.tab.h"