aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpm.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/mpm.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/mpm.c')
-rw-r--r--mps/code/mpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/mpm.c b/mps/code/mpm.c
index a561dbd2b45..ba74cb50c98 100644
--- a/mps/code/mpm.c
+++ b/mps/code/mpm.c
@@ -6,7 +6,7 @@
6 * .purpose: Miscellaneous support for the implementation of the MPM 6 * .purpose: Miscellaneous support for the implementation of the MPM
7 * and pool classes. 7 * and pool classes.
8 * 8 *
9 * .sources: design.mps.writef */ 9 * .sources: <design/writef/> */
10 10
11#include "mpm.h" 11#include "mpm.h"
12#include <stdarg.h> 12#include <stdarg.h>
@@ -393,7 +393,7 @@ static Res WriteDouble(mps_lib_FILE *stream, double d)
393 393
394/* WriteF -- write formatted output 394/* WriteF -- write formatted output
395 * 395 *
396 * .writef.des: See design.mps.writef, also design.mps.lib 396 * .writef.des: See <design/writef/>, also <design/lib/>
397 * 397 *
398 * .writef.p: There is an assumption that void * fits in Word in 398 * .writef.p: There is an assumption that void * fits in Word in
399 * the case of $P, and unsigned long for $U and $B. This is checked in 399 * the case of $P, and unsigned long for $U and $B. This is checked in