diff options
-rw-r--r-- | src/headers/signed-template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/headers/signed-template b/src/headers/signed-template index 10f89c1..e7a0cb6 100644 --- a/src/headers/signed-template +++ b/src/headers/signed-template @@ -7,8 +7,8 @@ #define @TYPE@_FMT (1+UINT@BITS@_FMT) #define @type@_fmt int@BITS@_fmt #define @type@_fmtlist int@BITS@_fmtlist -#define @type@_scan(s, d, b) int@BITS@_scan(s, (int@BITS@_t *)d, b) -#define @type@0_scan(s, d, b) int@BITS@0_scan(s, (int@BITS@_t *)d, b) +#define @type@_scan(s, d) int@BITS@_scan(s, (int@BITS@_t *)d) +#define @type@0_scan(s, d) int@BITS@0_scan(s, (int@BITS@_t *)d) #define @type@_scanlist(tab, max, s, num) int@BITS@_scanlist((int@BITS@_t *)tab, max, s, num) |