From: Mike Fletcher Date: Thu, 9 Jul 2015 18:59:37 +0000 (-0400) Subject: Fixing missing D in LIBM_DDD_NO macro name X-Git-Tag: jq-1.5rc2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b74379532ddac9b12126641412e8f98bd42f3340;p=jq Fixing missing D in LIBM_DDD_NO macro name --- diff --git a/builtin.c b/builtin.c index 9ffc1db..22dc091 100644 --- a/builtin.c +++ b/builtin.c @@ -1233,7 +1233,7 @@ static jv f_current_line(jq_state *jq) { #define LIBM_DDD(name) \ {(cfunction_ptr)f_ ## name, "_" #name, 3}, -#define LIBM_DD_NO(name) +#define LIBM_DDD_NO(name) static const struct cfunction function_list[] = { #include "libm.h"