From 1f483baf37359032ca3224a5d07853aaf725def4 Mon Sep 17 00:00:00 2001 From: Rr42 Date: Mon, 4 Jun 2018 15:25:44 +0530 Subject: Commented all GUI code for core test --- ldmicro/lang.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ldmicro/lang.cpp') diff --git a/ldmicro/lang.cpp b/ldmicro/lang.cpp index 4be05d0..a4f1532 100644 --- a/ldmicro/lang.cpp +++ b/ldmicro/lang.cpp @@ -42,7 +42,8 @@ typedef struct LangTag { // These are the actual translation tables, so should be included in just // one place. -#include "obj/lang-tables.h" +//#include "obj/lang-tables.h" +#define LDLANG_EN char *_(char *in) { -- cgit From 2ef55474f6c1622b19bbd9dfa0d132bb433e08b9 Mon Sep 17 00:00:00 2001 From: Rr42 Date: Wed, 6 Jun 2018 12:12:49 +0530 Subject: Removed unnecessary files and headers. --- ldmicro/lang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldmicro/lang.cpp') diff --git a/ldmicro/lang.cpp b/ldmicro/lang.cpp index a4f1532..67952bc 100644 --- a/ldmicro/lang.cpp +++ b/ldmicro/lang.cpp @@ -24,7 +24,7 @@ // table. If it fails then it just returns the English. // Jonathan Westhues, Apr 2007 //----------------------------------------------------------------------------- -#include +#include "linuxUI.h" #include #include -- cgit