Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3

This commit is contained in:
Vitor Santos Costa 2011-02-16 21:12:03 +00:00
commit d4f11c9fda
3 changed files with 222 additions and 247 deletions

418
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1379,7 +1379,7 @@ fi
if test "$yap_cv_readline" != "no" if test "$yap_cv_readline" != "no"
then then
AC_CHECK_HEADERS( readline/readline.h) AC_CHECK_HEADERS( readline/readline.h)
AC_CHECK_HEADERS( readline/readline/history.h) AC_CHECK_HEADERS( readline/history.h)
AC_CHECK_DECL( rl_catch_signals ) AC_CHECK_DECL( rl_catch_signals )
fi fi
AC_CHECK_HEADERS(mpi.h) AC_CHECK_HEADERS(mpi.h)

View File

@ -428,6 +428,7 @@ setPrologFlag(const char *name, int flags, ...)
void void
PL_set_prolog_flag(const char *name, int flags, ...) PL_set_prolog_flag(const char *name, int flags, ...)
{ {
} }
int int