]> granicus.if.org Git - jq/commitdiff
Fixing missing D in LIBM_DDD_NO macro name 844/head
authorMike Fletcher <john.m.fletcher@bankofamerica.com>
Thu, 9 Jul 2015 18:59:37 +0000 (14:59 -0400)
committerMike Fletcher <john.m.fletcher@bankofamerica.com>
Thu, 9 Jul 2015 18:59:37 +0000 (14:59 -0400)
builtin.c

index 9ffc1db2cb0cec8e9abe33c95b480235d1fdb3e0..22dc0914d8486cea9c5e304142fc5f78ff0049d4 100644 (file)
--- 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"