From bb1a16a0018d7c8610b3c808ad7d6f091f23cdef Mon Sep 17 00:00:00 2001 From: powturbo Date: Fri, 22 Apr 2016 10:18:45 +0200 Subject: [PATCH] Variable byte --- vint.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vint.c b/vint.c index a47a2fc..a52c9be 100644 --- a/vint.c +++ b/vint.c @@ -170,7 +170,8 @@ unsigned char *TEMPLATE2(vbd1enc, USIZE)(uint_t *__restrict in, unsigned n, unsi #endif return op; } - +#undef VINTZ + unsigned char *TEMPLATE2(vbd1dec, USIZE)(unsigned char *__restrict in, unsigned n, uint_t *__restrict out, uint_t start) { uint_t x,*op; #if VINT_Z == USIZE @@ -238,4 +239,5 @@ unsigned char *TEMPLATE2(vbzdec, USIZE)(unsigned char *__restrict in, unsigned n } return in; } -#endif \ No newline at end of file +#undef uint_t +#endif