fix string_concat/2

This commit is contained in:
Vítor Santos Costa
2014-04-09 12:39:29 +01:00
parent 8b9da05d66
commit a8c77d2609
50 changed files with 927 additions and 67 deletions

View File

@@ -15,12 +15,6 @@
* *
*************************************************************************/
:- module( '$arrays',
[array/2,
'$c_arrays'/2,
static_array_properties/3] ).
%
% These are the array built-in predicates. They will only work if
% YAP_ARRAYS is defined in Yap.h.m4.