i18n.h
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Thu, 10 Jul 2008 18:53:00 +0100
changeset 4 244d8c60b997
permissions -rw-r--r--
Issue a custom error message when Lemon is not found.
hegyi@1
     1
#ifndef I18N_H
hegyi@1
     2
#define I18N_H
hegyi@1
     3
hegyi@1
     4
#include "gettext.h"
hegyi@1
     5
#define _(string) gettext (string)
hegyi@1
     6
hegyi@1
     7
#endif