Changeset 4414
- Timestamp:
- 08/09/08 03:50:38 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configs/gnu.config (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/gnu.config
r4411 r4414 12 12 % configuration file for GNU Prolog 1.3.0 (and later versions) 13 13 % 14 % last updated: July 24, 200814 % last updated: August 9, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 55 55 functor(Pred, Functor, Arity), 56 56 predicate_property(Functor/Arity, Prop). 57 58 '$lgt_predicate_property'(Pred, built_in) :- 59 functor(Pred, Functor, Arity), 60 predicate_property(Functor/Arity, built_in_fd). 57 61 58 62 -
trunk/RELEASE_NOTES.txt
r4412 r4414 19 19 categories. This allows module predicates to be called using implicit 20 20 qualification, improving readability. 21 22 Updated the GNU Prolog config file to allow Logtalk to recognise as 23 built-in predicates the finite domain solver built-in predicates. 21 24 22 25
