Changeset 4511 for trunk/configs
- Timestamp:
- 10/17/08 08:30:34 (3 months ago)
- Files:
-
- 1 modified
-
trunk/configs/yap.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/yap.config
r4507 r4511 12 12 % configuration file for YAP Prolog 5.1.3 and later versions 13 13 % 14 % last updated: July 14, 200814 % last updated: October 17, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 33 33 dynamic('$lgt_after_'/5), hide_predicate('$lgt_after_'/5), 34 34 dynamic('$lgt_current_protocol_'/5), hide_predicate('$lgt_current_protocol_'/5), 35 dynamic('$lgt_current_category_'/7), hide_predicate('$lgt_current_category_'/7), 36 dynamic('$lgt_current_object_'/13), hide_predicate('$lgt_current_object_'/13), 35 dynamic('$lgt_current_category_'/6), hide_predicate('$lgt_current_category_'/6), 36 dynamic('$lgt_current_object_'/11), hide_predicate('$lgt_current_object_'/11), 37 dynamic('$lgt_entity_property_'/2), hide_predicate('$lgt_entity_property_'/2), 37 38 dynamic('$lgt_implements_protocol_'/3), hide_predicate('$lgt_implements_protocol_'/3), 38 39 dynamic('$lgt_imports_category_'/3), hide_predicate('$lgt_imports_category_'/3),
