Updated to Logtalk 2.9.1

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@211 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2001-12-05 23:57:48 +00:00
parent 9c7149eab5
commit b77427df89
171 changed files with 1692 additions and 711 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.8.4
% Release 2.9.1
%
% configuration file for YAP Prolog 4.3.x
%
@@ -176,8 +176,9 @@ lgt_file_extension(xml, '.xml').
lgt_default_compiler_option(iso_initialization_dir, true).
lgt_default_compiler_option(xml, on).
lgt_default_compiler_option(xsl, 'logtalk.xsl').
lgt_default_compiler_option(xsl, 'lgtxml.xsl').
lgt_default_compiler_option(unknown, warning).
lgt_default_compiler_option(misspelt, warning).
lgt_default_compiler_option(singletons, warning).
lgt_default_compiler_option(lgtredef, warning).
@@ -316,4 +317,3 @@ lgt_cpu_time(Seconds) :-
% end!
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%