comparison 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
comparison
equal deleted inserted replaced
520:bb4933eab7d6 521:a2de1d0a73f3
46 DEF_TYPES 46 DEF_TYPES
47 #undef X 47 #undef X
48 48
49 49
50 #define AF(c,t,i,n) dcAggrField(a,c,offsetof(t,i),n); 50 #define AF(c,t,i,n) dcAggrField(a,c,offsetof(t,i),n);
51 #define AFa(t,i,n,f) dcAggrField(a,DC_SIGCHAR_AGGREGATE,offsetof(t,i),n,f_touchdcst##f()); 51 #define AFa(t,i,n,f) dcAggrField(a,DC_SIGCHAR_AGGREGATE,offsetof(t,i),n,f_touch##f());
52 52
53 #include "dyncall.h" 53 #include "dyncall.h"
54 #include <string.h> 54 #include <string.h>
55 55
56 56