aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/finalcv.c
diff options
context:
space:
mode:
authorNick Barnes2002-05-14 13:06:13 +0100
committerNick Barnes2002-05-14 13:06:13 +0100
commit833f5bf257e3acff6162176efc70f25ef005b037 (patch)
treee41f7ed1e545bf2d69dd28431c149b424ea252f5 /mps/code/finalcv.c
parentc5e9dc4c8402721d8ed29a368ea7604136c00341 (diff)
downloademacs-833f5bf257e3acff6162176efc70f25ef005b037.tar.gz
emacs-833f5bf257e3acff6162176efc70f25ef005b037.zip
Improve treatment of dylan formats: keep common code in fmtdy.c, header-specific code in fmthe.c, the null format in fmtno.[ch], and split out the prototypes for the test functions into fmtdytst.h.
Copied from Perforce Change: 29145 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/finalcv.c')
-rw-r--r--mps/code/finalcv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mps/code/finalcv.c b/mps/code/finalcv.c
index 459dd394174..1fa1a5cfd94 100644
--- a/mps/code/finalcv.c
+++ b/mps/code/finalcv.c
@@ -22,6 +22,7 @@
22#include "mpscamc.h" 22#include "mpscamc.h"
23#include "mpsavm.h" 23#include "mpsavm.h"
24#include "fmtdy.h" 24#include "fmtdy.h"
25#include "fmtdytst.h"
25#include "mpstd.h" 26#include "mpstd.h"
26#ifdef MPS_OS_W3 27#ifdef MPS_OS_W3
27#include "mpsw3.h" 28#include "mpsw3.h"