summaryrefslogtreecommitdiff
path: root/flexdef.h
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-03-12 18:29:38 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-03-12 18:29:38 +0000
commit043a833788d5c6c786b0a0723d73eccde29da754 (patch)
tree756cd4f1b00aae85ae326072deb759947dd0e9fa /flexdef.h
parenta97720db44d7ffcd273182ed94ac90aea016bc5c (diff)
mostly, changes for gettext
Diffstat (limited to 'flexdef.h')
-rw-r--r--flexdef.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/flexdef.h b/flexdef.h
index 2b8feb9..3ecdc53 100644
--- a/flexdef.h
+++ b/flexdef.h
@@ -72,10 +72,8 @@
#include <stdlib.h>
#endif
-/* As an aid for the internationalization patch to flex, which
- * is maintained outside this distribution for copyright reasons.
- */
-#define _(String) (String)
+#include "gettext.h"
+#define _(String) gettext (String)
/* Always be prepared to generate an 8-bit scanner. */
#define CSIZE 256