fix skip/1 and debugging stuff

formatting
This commit is contained in:
Vitor Santos Costa
2017-11-18 00:18:42 +00:00
parent 746a4b4ef8
commit bf78d70d66
10 changed files with 1694 additions and 1668 deletions

View File

@@ -36,7 +36,7 @@
#include "YapErrors.h"
#define MAX_ERROR_MSG_SIZE 10
#define MAX_ERROR_MSG_SIZE 1024
struct yami *Yap_Error__(const char *file, const char *function, int lineno,
yap_error_number err, YAP_Term wheret, ...);