From 00c9cb1b22cc17c4db573e0e613a5f116ff0092e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 25 Jan 2017 15:52:18 +0000 Subject: More work on the types. This commit builds but has errors. Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul. --- src/headers/signed-template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/headers/signed-template (limited to 'src/headers/signed-template') diff --git a/src/headers/signed-template b/src/headers/signed-template new file mode 100644 index 0000000..2ef6fdd --- /dev/null +++ b/src/headers/signed-template @@ -0,0 +1,9 @@ +#define @TYPE@_FMT (1+UINT@BITS@_FMT) + +#define @type@_fmt int@BITS@_fmt +#define @type@_fmtlist int@BITS@_fmtlist +#define @type@_scan int@BITS@_scan +#define @type@0_scan int@BITS@0_scan +#define @type@_scanlist int@BITS@_scanlist + + -- cgit v1.2.3