=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flexdef.h,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/lex/flexdef.h 2015/11/19 23:34:56 1.13 --- src/usr.bin/lex/flexdef.h 2015/11/19 23:40:16 1.14 *************** *** 1,4 **** ! /* $OpenBSD: flexdef.h,v 1.13 2015/11/19 23:34:56 mmcc Exp $ */ /* flexdef - definitions file for flex */ --- 1,4 ---- ! /* $OpenBSD: flexdef.h,v 1.14 2015/11/19 23:40:16 tedu Exp $ */ /* flexdef - definitions file for flex */ *************** *** 97,112 **** #endif #include "flexint.h" - /* We use gettext. So, when we write strings which should be translated, we mark them with _() */ - #ifdef ENABLE_NLS - #ifdef HAVE_LOCALE_H - #include - #endif /* HAVE_LOCALE_H */ - #include "gettext.h" - #define _(String) gettext (String) - #else #define _(STRING) STRING - #endif /* ENABLE_NLS */ /* Always be prepared to generate an 8-bit scanner. */ #define CSIZE 256 --- 97,103 ----