Show
Ignore:
Timestamp:
05/23/08 15:12:42 (6 months ago)
Author:
pmoura
Message:

Fixed a Logtalk runtime bug when using the :/1 control construct to call a predicate defined in a category extended by a category that is imported by the object making the call. Reverted the changes that allowed the use of the :/1 control construct within categories that extend other categories.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/messages.html

    r4270 r4271  
    121121    ... .           % do something more</pre> 
    122122 
    123 <h2 id="messages_direct">Direct calls of imported and inherited predicates</h2> 
    124  
    125 <p> 
    126 It is possible to call an imported or inherited predicate starting the lookups for the predicate declaration and definition from <em>this</em> instead of <em>self</em> by using the <a title="Consult reference manual" href="../refman/control/direct1.html"><code>:/1</code></a> control construct. 
     123<h2 id="messages_direct">Direct calls of imported predicates</h2> 
     124 
     125<p> 
     126It is possible to call an imported predicate without using the message sending mechanisms with the <a title="Consult reference manual" href="../refman/control/direct1.html"><code>:/1</code></a> control construct. 
    127127</p> 
    128128