Changeset 4444 for trunk/configs
- Timestamp:
- 08/22/08 14:34:33 (5 months ago)
- Location:
- trunk/configs
- Files:
-
- 3 modified
-
eclipse6.config (modified) (4 diffs)
-
eclipse6iso.config (modified) (2 diffs)
-
NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/eclipse6.config
r4423 r4444 10 10 % 11 11 % 12 % configuration file for ECLiPSe 5.10#26and later versions13 % 14 % last updated: August 14, 200812 % configuration file for ECLiPSe 6.0#33 and later versions 13 % 14 % last updated: August 22, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 43 43 % '$lgt_iso_predicate'(?callable). 44 44 45 '$lgt_iso_predicate'(assertz(_)).46 45 '$lgt_iso_predicate'(atom_codes(_, _)). 47 46 '$lgt_iso_predicate'(atom_concat(_, _, _)). … … 52 51 '$lgt_iso_predicate'(throw(_)). 53 52 '$lgt_iso_predicate'(unify_with_occurs_check(_, _)). 54 55 56 assertz(Clause) :-57 assert(Clause).58 53 59 54 … … 190 185 191 186 192 % retractall(+callable) 193 194 retractall(Head) :- 195 retract_all(Head). 187 % retractall(+callable) -- built-in 196 188 197 189 -
trunk/configs/eclipse6iso.config
r4423 r4444 10 10 % 11 11 % 12 % configuration file for ECLiPSe 5.10#26and later versions12 % configuration file for ECLiPSe 6.0#33 and later versions 13 13 % 14 14 % last updated: August 14, 2008 … … 96 96 97 97 98 % retractall(+callable) 99 100 retractall(Head) :- 101 retract_all(Head). 98 % retractall(+callable) -- built-in 102 99 103 100 -
trunk/configs/NOTES.txt
r4437 r4444 211 211 and defining dynamic predicates. Due to the semantics of the ECLiPSe 212 212 built-in predicate compile/1, new clauses for dynamic predicates are 213 appended to the old ones instead of replacing them !214 215 216 ECLiPSe 6.0 or later versions213 appended to the old ones instead of replacing them. 214 215 216 ECLiPSe 6.0#33 or later versions 217 217 218 218 eclipse6.config
