move to 4.5.4
small changes to make threads work again. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1190 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
6e3af3ddd0
commit
2feba3d528
@ -1,4 +1,7 @@
|
||||
#include "Yap.h"
|
||||
|
||||
#if USE_DL_MALLOC
|
||||
|
||||
#include "Heap.h"
|
||||
#if HAVE_STRING_H
|
||||
#include <string.h>
|
||||
@ -6,8 +9,6 @@
|
||||
#include "alloc.h"
|
||||
#include "dlmalloc.h"
|
||||
|
||||
#if USE_DL_MALLOC
|
||||
|
||||
/*
|
||||
This is a version (aka dlmalloc) of malloc/free/realloc written by
|
||||
Doug Lea and released to the public domain. Use, modify, and
|
||||
|
@ -8,9 +8,9 @@
|
||||
@c @setchapternewpage odd
|
||||
@c %**end of header
|
||||
|
||||
@set VERSION 4.5.3
|
||||
@set EDITION 4.2.3
|
||||
@set UPDATED January 2002
|
||||
@set VERSION 4.5.4
|
||||
@set EDITION 4.2.4
|
||||
@set UPDATED November 2004
|
||||
|
||||
@c Index for C-Prolog compatible predicate
|
||||
@defindex cy
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: Yap
|
||||
Summary: Prolog Compiler
|
||||
Version: 4.5.3
|
||||
Version: 4.5.4
|
||||
Packager: Vitor Santos Costa <vitor@cos.ufrj.br>
|
||||
Release: 1
|
||||
Source: http://www.ncc.up.pt/~vsc/Yap/%{name}-%{version}.tar.gz
|
||||
|
Reference in New Issue
Block a user