From 6bdd9d0f0659727051ec0dae0570fe1f685bafce Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Mon, 10 Sep 2012 11:35:36 -0500 Subject: [PATCH] stabilize the number of compiled converters --- src/packfile/pf_items.c | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/packfile/pf_items.c b/src/packfile/pf_items.c index aaf78e65dd..8959d6c103 100644 --- a/src/packfile/pf_items.c +++ b/src/packfile/pf_items.c @@ -536,7 +536,6 @@ First variant ok, 2nd not ok. */ -#if (NUMVAL_SIZE == 8) static void cvt_num16_num8(ARGOUT(unsigned char *dest), ARGIN(const unsigned char *src)) { @@ -648,8 +647,6 @@ cvt_num4_num8(ARGOUT(unsigned char *dest), ARGIN(const unsigned char *src)) memcpy(dest, &d, 8); } -#endif - /* =item Cfetch_nv) { memcpy(&f, (const char *)*stream, sizeof (FLOATVAL)); (*stream) += (sizeof (FLOATVAL) + sizeof (opcode_t) - 1)/