From ccd7916d317a8e89d1bdaba54a1bac9e9d0b4b38 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sun, 27 Aug 2017 22:08:28 +0100 Subject: [PATCH] fix misformat header --- C/computils.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/C/computils.c b/C/computils.c index 3bf9ab27a..1d4181e14 100644 --- a/C/computils.c +++ b/C/computils.c @@ -60,13 +60,15 @@ static char SccsId[] = "%W% %G%"; #include "Yap.h" #include "Yatom.h" #include "YapHeap.h" +#define COMPILER_NAMES 1 +#include "YapCompile.h" +#undef COMPILER_NAMES #include "YapCompile.h" #include "yapio.h" #if HAVE_STRING_H #include #endif - /* * The compiler creates an instruction chain which will be assembled after * afterwards @@ -545,7 +547,6 @@ write_functor(Functor f) } } -char *opDesc[] = { mklist(f_arr) }; static void send_pred(PredEntry *p) {