fix misformat header

This commit is contained in:
Vitor Santos Costa 2017-08-27 22:08:28 +01:00
parent 3d6d3f092a
commit ccd7916d31

View File

@ -60,13 +60,15 @@ static char SccsId[] = "%W% %G%";
#include "Yap.h" #include "Yap.h"
#include "Yatom.h" #include "Yatom.h"
#include "YapHeap.h" #include "YapHeap.h"
#define COMPILER_NAMES 1
#include "YapCompile.h"
#undef COMPILER_NAMES
#include "YapCompile.h" #include "YapCompile.h"
#include "yapio.h" #include "yapio.h"
#if HAVE_STRING_H #if HAVE_STRING_H
#include <string.h> #include <string.h>
#endif #endif
/* /*
* The compiler creates an instruction chain which will be assembled after * The compiler creates an instruction chain which will be assembled after
* afterwards * afterwards
@ -545,7 +547,6 @@ write_functor(Functor f)
} }
} }
char *opDesc[] = { mklist(f_arr) };
static void send_pred(PredEntry *p) static void send_pred(PredEntry *p)
{ {