Show
Ignore:
Timestamp:
04/21/08 09:25:05 (6 months ago)
Author:
pmoura
Message:

Added support for checking arithmetic expressions for calls to non-portable function calls when using the "portability" compiler flag.

Files:
1 modified

Legend:

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

    r4194 r4213  
    660660</p> 
    661661<p> 
    662 When calling non-standard Prolog built-in predicates, you may run into portability problems while trying your applications with different back-end Prolog compilers (non-standard predicates are often specific to a Prolog compiler). You may use the Logtalk compiler flag <a title="Consult user manual" href="running.html#options"><code>portability/1</code></a> to help check for problematic calls in your code. 
     662When calling non-standard Prolog built-in predicates or using non-standard Prolog arithmetic functions, you may run into portability problems while trying your applications with different back-end Prolog compilers (non-standard predicates and non-standard arithmetic functions are often specific to a Prolog compiler). You may use the Logtalk compiler flag <a title="Consult user manual" href="running.html#options"><code>portability/1</code></a> to help check for problematic calls in your code. 
    663663</p> 
    664664 
     
    676676    <div class="copyright"> 
    677677        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    678         <span>Last updated on: April 7, 2008</span> 
     678        <span>Last updated on: April 21, 2008</span> 
    679679    </div> 
    680680    <div class="navbottom">