Show
Ignore:
Timestamp:
08/19/08 08:30:19 (3 months ago)
Author:
pmoura
Message:

Added support for using the ensure_loaded/1 and the set_prolog_flag/2 directives in source files. These directives are both processed when read (thus affecting the compilation of the source code that follows) and copied to the generated intermediate Prolog files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4434 r4436  
    3939 
    4040    Corrected a bug in the implementation of the built-in database predicates  
    41     retract/1 and retractall/1 when adding a cachy entry for a local dynamic  
     41    retract/1 and retractall/1 when adding a cache entry for a local dynamic  
    4242    predicate with no scope declaration. 
    4343