enable swig

This commit is contained in:
Vítor Santos Costa 2015-02-07 01:11:52 +00:00
parent 4dd8ee803f
commit bdcd06cf04
2 changed files with 9 additions and 8 deletions

View File

@ -2,6 +2,7 @@ PACKAGE=swig
DOC=swig
PKGCFLAGS=
SWIG=@SWIG@
LIBS=@LIBS@
JAVAC=@JAVAC@
JAR=@JAR@
include ../Makefile.defs

View File

@ -46,10 +46,10 @@
#define YAP_CPP_INTERFACE 1
extern "C" {
#include "yapi.hh"
extern "C" {
extern Term Yap_StringToTerm(const char *s, size_t len, term_t bindings);
#if THREADS