aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-04-18 22:23:24 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-04-18 22:23:24 +0300
commitac16853820abac40abb0bc72e7190626877b3c7f (patch)
tree640d471db1b53712832d826b900fb6014a20ee77 /src
parentec709eaca89cfb0f13c340439f9e3ea33e85bc22 (diff)
downloadgrecs-ac16853820abac40abb0bc72e7190626877b3c7f.tar.gz
grecs-ac16853820abac40abb0bc72e7190626877b3c7f.tar.bz2
Minor fix
Diffstat (limited to 'src')
-rw-r--r--src/wordsplit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wordsplit.c b/src/wordsplit.c
index b58ccb7..347af92 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -28,6 +28,9 @@
#include <gettext.h>
#define _(msgid) gettext (msgid)
+#define N_(msgid) msgid
+
+#include <wordsplit.h>
#define ISWS(c) ((c)==' '||(c)=='\t'||(c)=='\n')
#define ISDELIM(ws,c) \

Return to:

Send suggestions and report system problems to the System administrator.