diff options
| author | Richard Brooksby | 2012-09-20 18:23:41 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-20 18:23:41 +0100 |
| commit | 27a3ea8387fc3fbefa92097d46c95b7fb80137d3 (patch) | |
| tree | 18ac3a881cd820bd65159019a1aa5c43dd52adfe /mps/code | |
| parent | 99c57e7bbaabec6eaf04dd5739b567b173ad177b (diff) | |
| download | emacs-27a3ea8387fc3fbefa92097d46c95b7fb80137d3.tar.gz emacs-27a3ea8387fc3fbefa92097d46c95b7fb80137d3.zip | |
Making the error message produced when the mpstd.h fails more helpful.
Copied from Perforce
Change: 179597
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/mpstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h index 1725639691f..0345810b723 100644 --- a/mps/code/mpstd.h +++ b/mps/code/mpstd.h | |||
| @@ -252,7 +252,7 @@ | |||
| 252 | 252 | ||
| 253 | 253 | ||
| 254 | #else | 254 | #else |
| 255 | #error "Unable to detect target platform" | 255 | #error "The MPS Kit does not have a configuration for this platform out of the box; see manual/build.txt" |
| 256 | #endif | 256 | #endif |
| 257 | 257 | ||
| 258 | 258 | ||