aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/ring.c
diff options
context:
space:
mode:
authorRichard Brooksby2002-06-07 16:47:14 +0100
committerRichard Brooksby2002-06-07 16:47:14 +0100
commit97075f705350901f5ff46387f658ab459a4cd73f (patch)
tree4349ad5e7200f072a800f48749d57f3625757e7e /mps/code/ring.c
parent8b990e4858b6f6d735de07a241b1785702bb16e7 (diff)
downloademacs-97075f705350901f5ff46387f658ab459a4cd73f.tar.gz
emacs-97075f705350901f5ff46387f658ab459a4cd73f.zip
Updating cross references to design documents to html style, to go with master/design document tree.
Copied from Perforce Change: 29897 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/ring.c')
-rw-r--r--mps/code/ring.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/ring.c b/mps/code/ring.c
index 4e2e08099dd..971384f6970 100644
--- a/mps/code/ring.c
+++ b/mps/code/ring.c
@@ -8,7 +8,7 @@
8 * .purpose: Rings are used to manage potentially unbounded collections 8 * .purpose: Rings are used to manage potentially unbounded collections
9 * of things. 9 * of things.
10 * 10 *
11 * .sources: design.mps.ring, 11 * .sources: <design/ring/>,
12 * item 6 of mail.richard_brooksby.1996-03-25.16-02 12 * item 6 of mail.richard_brooksby.1996-03-25.16-02
13 */ 13 */
14 14
@@ -24,7 +24,7 @@ SRCID(ring, "$Id$");
24 * 24 *
25 * RingCheck performs a consistency check on the ring node. 25 * RingCheck performs a consistency check on the ring node.
26 * RingCheckSingle performs the same check, but also checks that 26 * RingCheckSingle performs the same check, but also checks that
27 * the ring node is a singleton (design.mps.ring.def.singleton). 27 * the ring node is a singleton (<design/ring/#def.singleton>).
28 */ 28 */
29 29
30Bool RingCheck(Ring ring) 30Bool RingCheck(Ring ring)