diff test/call_suite_aggrs/cases.c @ 521:a2de1d0a73f3

- more test code generator code sharing/abstraction/simplifications
author Tassilo Philipp
date Wed, 13 Apr 2022 10:06:40 +0200
parents 99819b874bac
children
line wrap: on
line diff
--- a/test/call_suite_aggrs/cases.c	Mon Apr 11 22:49:04 2022 +0200
+++ b/test/call_suite_aggrs/cases.c	Wed Apr 13 10:06:40 2022 +0200
@@ -48,7 +48,7 @@
 
 
 #define AF(c,t,i,n)   dcAggrField(a,c,offsetof(t,i),n);
-#define AFa(t,i,n,f)  dcAggrField(a,DC_SIGCHAR_AGGREGATE,offsetof(t,i),n,f_touchdcst##f());
+#define AFa(t,i,n,f)  dcAggrField(a,DC_SIGCHAR_AGGREGATE,offsetof(t,i),n,f_touch##f());
 
 #include "dyncall.h"
 #include <string.h>