diff options
| author | Richard Brooksby | 2002-06-24 13:16:30 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2002-06-24 13:16:30 +0100 |
| commit | 32f1a93a6a91a2efa54f94c682ec9f0957bb302c (patch) | |
| tree | 7a0fd3572135edfc915fcbd2334598a73ee3684e /mps/code/root.c | |
| parent | 0e2cfd7e35c6e52fef64d8f3a4871ce1feda41f7 (diff) | |
| download | emacs-32f1a93a6a91a2efa54f94c682ec9f0957bb302c.tar.gz emacs-32f1a93a6a91a2efa54f94c682ec9f0957bb302c.zip | |
Fixed various tagging and cross-referencing errors.
Copied from Perforce
Change: 30455
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/root.c')
| -rw-r--r-- | mps/code/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/root.c b/mps/code/root.c index dde4664cf3a..8ba4104bf7d 100644 --- a/mps/code/root.c +++ b/mps/code/root.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * .purpose: This is the implementation of the root datatype. | 6 | * .purpose: This is the implementation of the root datatype. |
| 7 | * | 7 | * |
| 8 | * .design: For design, see <design/root/> and | 8 | * .design: For design, see <design/root/> and |
| 9 | * <design/root/>-interface. */ | 9 | * design.mps.root-interface. */ |
| 10 | 10 | ||
| 11 | #include "mpm.h" | 11 | #include "mpm.h" |
| 12 | 12 | ||