Files
mercury/profiler
Julien Fischer 6473555b25 Mark the predicates in the sv* modules in the standard library (except for the
Branches: main

Mark the predicates in the sv* modules in the standard library (except for the
recently added ones) as obsolete.  They will be deleted after the 11.07
release.

library/svarray.m:
library/svbag.m:
library/svbimap.m:
library/sveqvclass.m:
library/svmap.m:
library/svmulti_map.m:
library/svqueue.m:
library/svset.m:
library/svvarset.m:
	Mark these modules as obsolete.

deep_profiler/dump.m:
deep_profiler/recursion_patterns.m:
profiler/snapshots.m:
	Avoid using predicates from sv* modules.
2011-06-26 16:56:42 +00:00
..