aboutsummaryrefslogtreecommitdiff
path: root/include/fwd/mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fwd/mod.h')
-rw-r--r--include/fwd/mod.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fwd/mod.h b/include/fwd/mod.h
index 6031c92..51aa9c4 100644
--- a/include/fwd/mod.h
+++ b/include/fwd/mod.h
@@ -61,6 +61,10 @@ static inline void *fwd_arg(fwd_extern_args_t args, size_t idx, fwd_type_t id)
#define FWD_ARG_T(args, idx, type) \
FWD_ARG(args, idx, type, FWD_T(type))
+/* unimplemented as of yet */
+#define FWD_RET(id, x) \
+ abort()
+
static inline fwd_type_t fwd_t_signed(size_t s)
{
switch (s) {