mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-26 00:29:54 +03:00
Minor fix
This commit is contained in:
parent
f43a26a3fa
commit
d34f74c01c
1 changed files with 3 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue