i18n.h
author alpar
Sun, 22 Oct 2006 09:26:51 +0000
changeset 170 bff6d1c63cff
permissions -rw-r--r--
Fix the compilation environment:
- svn-head -> svnhead
- put -lemon to the right place
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif