32 bit support:

use uint64_t for predflags
define a type for arity
This commit is contained in:
Vitor Santos Costa
2015-01-06 17:47:58 +00:00
parent de9a1d7429
commit f22f337f67
12 changed files with 136 additions and 143 deletions

View File

@@ -1,6 +1,8 @@
#define YAP_CPP_INTERFACE 1
//! @{
/**
*
* @defgroup yap-cplus-interface An object oriented interface for YAP.
@@ -13,8 +15,6 @@
* with the swig interface language generator. It uses ideas from the old YAP
* interface and from the SWI foreign language interface.
*
* @{
*
*/
#include <stdlib.h>