Changeset 4598 for trunk/manuals

Show
Ignore:
Timestamp:
11/20/08 17:49:29 (7 weeks ago)
Author:
pmoura
Message:

Updated the compilation of the if/1 and elif/1 directives in order to apply any existing goal expansion hook to their arguments.

Corrected a bug that prevented goal expansion of source file initialization goals (expressed using the initialization/1 directive).

Location:
trunk/manuals/refman/directives
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/directives/elif1.html

    r4579 r4598  
    2626<pre>elif1(Goal)</pre> 
    2727<p> 
    28 Supports embedded conditionals when performing conditional compilation. The code following the directive is compiled if <code>Goal</code> is true. The goal is automatically term expanded. 
     28Supports embedded conditionals when performing conditional compilation. The code following the directive is compiled if <code>Goal</code> is true. The goal is subjected to goal expansion before execution. 
    2929</p> 
    3030 
  • trunk/manuals/refman/directives/if1.html

    r4579 r4598  
    2626<pre>if(Goal)</pre> 
    2727<p> 
    28 Starts conditional compilation. The code following the directive is compiled if <code>Goal</code> is true. The goal is automatically term expanded. 
     28Starts conditional compilation. The code following the directive is compiled if <code>Goal</code> is true. The goal is subjected to goal expansion before execution. 
    2929</p> 
    3030