diff options
Diffstat (limited to 'ldmicro/lang.cpp')
-rw-r--r-- | ldmicro/lang.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldmicro/lang.cpp b/ldmicro/lang.cpp index 67952bc..084c766 100644 --- a/ldmicro/lang.cpp +++ b/ldmicro/lang.cpp @@ -42,8 +42,7 @@ typedef struct LangTag { // These are the actual translation tables, so should be included in just // one place. -//#include "obj/lang-tables.h" -#define LDLANG_EN +#include "obj/lang-tables.h" char *_(char *in) { |