From a5f9979d9003342db5cc5989fd8ff7341218926a Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Sun, 18 Jun 2023 18:56:17 +0200 Subject: [PATCH] clean debug output --- generator/cpp2ffi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/cpp2ffi.lua b/generator/cpp2ffi.lua index 0fdd85e..34191e4 100644 --- a/generator/cpp2ffi.lua +++ b/generator/cpp2ffi.lua @@ -1346,7 +1346,7 @@ function M.Parser() table.insert(cdefs2,cdef[1]) end local txt = table.concat(cdefs2,"\n") - save_data("./preprocode"..tostring(self):gsub("table: ","")..".c",txt) + --save_data("./preprocode"..tostring(self):gsub("table: ","")..".c",txt) --clean bad positioned comments inside functionD_re if self.COMMENTS_GENERATION then print"cleaning { and } inside comments"