guard with ENABLE_NLS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-10-12 02:17:32 +00:00
parent 85ddc48c4c
commit efa42293bc

View File

@ -3,6 +3,7 @@
#include "LString.h" #include "LString.h"
#include "gettext.h" #include "gettext.h"
#ifdef ENABLE_NLS
char const * _(char const * str) char const * _(char const * str)
{ {
@ -20,3 +21,5 @@ string const _(string const & str)
delete [] tmp; delete [] tmp;
return ret; return ret;
} }
#endif