Minor fix

This commit is contained in:
Sergey Poznyakoff 2011-04-18 22:23:24 +03:00
parent f43a26a3fa
commit d34f74c01c

View file

@ -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) \