From 51b442a21abd9e40fcd3dc05e676690b7233e83d Mon Sep 17 00:00:00 2001 From: Rr42 Date: Wed, 6 Jun 2018 15:55:41 +0530 Subject: commented all functions to be proted --- 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 67952bc..83f9036 100644 --- a/ldmicro/lang.cpp +++ b/ldmicro/lang.cpp @@ -42,7 +42,7 @@ 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 3f27ae593c4804b3c0acacf21cf64c1e080750ff Mon Sep 17 00:00:00 2001 From: Rr42 Date: Thu, 7 Jun 2018 11:58:22 +0530 Subject: Updated cmake to run file generation scripts --- ldmicro/lang.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ldmicro/lang.cpp') diff --git a/ldmicro/lang.cpp b/ldmicro/lang.cpp index 83f9036..084c766 100644 --- a/ldmicro/lang.cpp +++ b/ldmicro/lang.cpp @@ -43,7 +43,6 @@ 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 char *_(char *in) { -- cgit