i18n.h
author ladanyi
Mon, 09 Oct 2006 08:06:31 +0000
changeset 159 7ea73c90a7f0
permissions -rw-r--r--
Configure option to set lemon prefix.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif