Changeset 4474 for trunk/compiler
- Timestamp:
- 09/25/08 19:24:17 (4 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4473 r4474 7885 7885 % convenient access to parametric object proxies 7886 7886 7887 '$lgt_tr_msg'(Pred, Obj, (catch( Proxy, error(Error, _), throw(error(Error, Obj::Pred, This))), TPred), This) :-7887 '$lgt_tr_msg'(Pred, Obj, (catch(once(Proxy), error(Error, _), throw(error(Error, Obj::Pred, This))), TPred), This) :- 7888 7888 nonvar(Obj), 7889 7889 Obj = {Proxy},
