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/misc.h | |
| 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/misc.h')
| -rw-r--r-- | mps/code/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/misc.h b/mps/code/misc.h index 5c3bcdfbb59..89851f6918f 100644 --- a/mps/code/misc.h +++ b/mps/code/misc.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | #include <stddef.h> | 15 | #include <stddef.h> |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | typedef int Bool; /* design.mps.type.bool */ | 18 | typedef int Bool; /* <design/type/#bool> */ |
| 19 | enum { | 19 | enum { |
| 20 | FALSE = 0, | 20 | FALSE = 0, |
| 21 | TRUE = 1 | 21 | TRUE = 1 |