From 82aad9ab75bcdf153bd95e17259c47712b820f11 Mon Sep 17 00:00:00 2001 From: vsc Date: Thu, 12 Jul 2007 00:18:41 +0000 Subject: [PATCH] fix thread_create and make chr git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1915 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- LGPL/chr/Makefile.in | 2 +- changes-5.1.html | 4 ++++ pl/threads.yap | 10 ++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/LGPL/chr/Makefile.in b/LGPL/chr/Makefile.in index 062de0d91..8b9aeb45a 100644 --- a/LGPL/chr/Makefile.in +++ b/LGPL/chr/Makefile.in @@ -11,7 +11,7 @@ srcdir=@srcdir@ SHELL=@SHELL@ PLBASE=@PLBASE@ PLARCH=@PLARCH@ -PL="../../yap" +PL=../../yap ../../startup XPCEBASE=$(PLBASE)/xpce PKGDOC=$(PLBASE)/doc/packages PCEHOME=../../xpce diff --git a/changes-5.1.html b/changes-5.1.html index a5696c75d..31cd83802 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -16,6 +16,10 @@

Yap-5.1.3: