diff test/call_suite_aggrs/mk-cases.lua @ 500:7426cfbe92d5

- call_suite_aggrs; removal of old isPod logic
author Tassilo Philipp
date Mon, 04 Apr 2022 16:28:26 +0200
parents da5232da6270
children 62c3746390da
line wrap: on
line diff
--- a/test/call_suite_aggrs/mk-cases.lua	Mon Apr 04 15:50:52 2022 +0200
+++ b/test/call_suite_aggrs/mk-cases.lua	Mon Apr 04 16:28:26 2022 +0200
@@ -219,7 +219,7 @@
     end
 
     -- convenient dcnewstruct helper funcs
-    io.write('DCaggr* f_touchdcst'..at:sub(8)..'() {\n\tstatic DCaggr* at = NULL;\n\tif(!at) {\n\t\tat = dcNewAggr('..(#am>>1)..', sizeof('..at..'), DC_TRUE);\n\t\t')
+    io.write('DCaggr* f_touchdcst'..at:sub(8)..'() {\n\tstatic DCaggr* at = NULL;\n\tif(!at) {\n\t\tat = dcNewAggr('..(#am>>1)..', sizeof('..at..'));\n\t\t')
     for i = 1, #am, 2 do
       local m = split_array_decl(am[i+1])
       if m[2] == nil then -- need array suffixes?