Changeset 4592 for trunk/compiler

Show
Ignore:
Timestamp:
11/17/08 08:35:56 (8 weeks ago)
Author:
pmoura
Message:

Corrected a bug in the compilation of meta-calls to predicates defined in the pseudo-object "user".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4591 r4592  
    69896989 
    69906990 
     6991% calls in the context of the pseudo-object "user": 
     6992 
     6993'$lgt_tr_body'(Pred, Pred, '$lgt_dbg_goal'(Pred, Pred, DbgCtx), Ctx) :- 
     6994    '$lgt_ctx_this'(Ctx, This), 
     6995    This == user, 
     6996    !, 
     6997    '$lgt_ctx_dbg_ctx'(Ctx, DbgCtx). 
     6998 
     6999 
    69917000% meta-calls 
    69927001