debugger
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
|
||||
extern "C" {
|
||||
|
||||
|
||||
#include "inline-only.h"
|
||||
#define _EXPORT_KERNEL 1
|
||||
}
|
||||
|
||||
#include "yapi.hh"
|
||||
|
||||
|
11
CXX/yapi.hh
11
CXX/yapi.hh
@@ -13,21 +13,22 @@
|
||||
#include <vector>
|
||||
|
||||
extern "C" {
|
||||
|
||||
#include "YapConfig.h"
|
||||
|
||||
}
|
||||
|
||||
#if HAVE_GMPXX_H || defined(__ANDROID__)
|
||||
#include <gmpxx.h>
|
||||
#elif HAVE_GMP_H
|
||||
#include <gmp.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
/*!
|
||||
*
|
||||
* @ingroup fli_c_cxx
|
||||
* @defgroup yap-cplus-interface An object oriented interface for YAP.
|
||||
*
|
||||
* @{
|
||||
1 * @{
|
||||
*
|
||||
*
|
||||
* @brief C++ wrapper to terms, predicates and queries
|
||||
|
Reference in New Issue
Block a user