diff options
| author | Richard Brooksby | 2002-06-07 16:47:14 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2002-06-07 16:47:14 +0100 |
| commit | 97075f705350901f5ff46387f658ab459a4cd73f (patch) | |
| tree | 4349ad5e7200f072a800f48749d57f3625757e7e /mps/code/format.c | |
| parent | 8b990e4858b6f6d735de07a241b1785702bb16e7 (diff) | |
| download | emacs-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/format.c')
| -rw-r--r-- | mps/code/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/format.c b/mps/code/format.c index 0ba8527f3c7..76dd4f33d65 100644 --- a/mps/code/format.c +++ b/mps/code/format.c | |||
| @@ -122,7 +122,7 @@ void FormatDestroy(Format format) | |||
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | 124 | ||
| 125 | /* Must be thread safe. See design.mps.interface.c.thread-safety. */ | 125 | /* Must be thread safe. See <design/interface-c/#thread-safety>. */ |
| 126 | Arena FormatArena(Format format) | 126 | Arena FormatArena(Format format) |
| 127 | { | 127 | { |
| 128 | /* Can't AVER format as that would not be thread-safe */ | 128 | /* Can't AVER format as that would not be thread-safe */ |