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:
File diff suppressed because it is too large
Load Diff
@@ -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!
|
||||
%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
Reference in New Issue
Block a user