From: Danny Mayer Date: Sat, 1 Jan 2005 05:49:42 +0000 (-0500) Subject: Use macros in buffer routines X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2740d2e59a23772600a651a75c31314ded576232;p=thirdparty%2Fntp.git Use macros in buffer routines bk: 41d639f6K4QBb4as1v0QrZHiv3d5aw --- diff --git a/include/isc/buffer.h b/include/isc/buffer.h index 02b82bcbac..47c8f0c95d 100644 --- a/include/isc/buffer.h +++ b/include/isc/buffer.h @@ -112,7 +112,7 @@ * To make many functions be inline macros (via #define) define this. * If it is undefined, a function will be used. */ -/* #define ISC_BUFFER_USEINLINE */ +#define ISC_BUFFER_USEINLINE ISC_LANG_BEGINDECLS