%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Open source object-oriented logic programming language
% Release 2.30.7
% Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
:- compile('$LOGTALKUSER/configs/sicstus4.config').
:- asserta((
user:goal_expansion(CallWitArgs, Layout, _, Call, Layout) :-
CallWitArgs =.. [call_with_args| Args],
Call =.. [call| Args])).
:- compile('$LOGTALKHOME/compiler/logtalk.pl').
:- retract((
:- compile('$LOGTALKUSER/libpaths/libpaths.pl').