fix misformat header

This commit is contained in:
Vitor Santos Costa 2017-08-27 22:08:28 +01:00
parent 3d6d3f092a
commit ccd7916d31
1 changed files with 3 additions and 2 deletions

View File

@ -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 <string.h>
#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)
{