Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3

This commit is contained in:
Vítor Santos Costa 2014-08-15 19:35:03 -05:00
commit ca4e9c39cb

View File

@ -77,7 +77,12 @@ extern "C" {
#include <windows.h>
#endif
// taken from yap_structs.h
#ifdef CACHE_REGS
#undef CACHE_REGS
#endif
// taken from yap_structs.h
#include "iopreds.h"
extern Term Yap_StringToTerm(const char *s, size_t len, term_t bindings);