diff options
| author | Nick Barnes | 2002-05-14 13:07:08 +0100 |
|---|---|---|
| committer | Nick Barnes | 2002-05-14 13:07:08 +0100 |
| commit | f03023f13ed7b68e194610ad18225b41a5b96cae (patch) | |
| tree | c492066d49391f0c1ea69bae1222a2ca8b2fa68f /mps/code | |
| parent | 833f5bf257e3acff6162176efc70f25ef005b037 (diff) | |
| download | emacs-f03023f13ed7b68e194610ad18225b41a5b96cae.tar.gz emacs-f03023f13ed7b68e194610ad18225b41a5b96cae.zip | |
These functions have moved.
Copied from Perforce
Change: 29146
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/fmtdy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mps/code/fmtdy.h b/mps/code/fmtdy.h index 795544d8e74..b445002bef7 100644 --- a/mps/code/fmtdy.h +++ b/mps/code/fmtdy.h | |||
| @@ -22,11 +22,6 @@ extern mps_fmt_B_s *dylan_fmt_B_weak(void); | |||
| 22 | extern mps_res_t dylan_fmt(mps_fmt_t *, mps_arena_t); | 22 | extern mps_res_t dylan_fmt(mps_fmt_t *, mps_arena_t); |
| 23 | extern mps_res_t dylan_fmt_weak(mps_fmt_t *, mps_arena_t); | 23 | extern mps_res_t dylan_fmt_weak(mps_fmt_t *, mps_arena_t); |
| 24 | 24 | ||
| 25 | /* The null format */ | ||
| 26 | extern mps_fmt_A_s *no_fmt_A(void); | ||
| 27 | extern mps_fmt_B_s *no_fmt_B(void); | ||
| 28 | extern mps_res_t no_fmt(mps_fmt_t *, mps_arena_t); | ||
| 29 | |||
| 30 | extern mps_addr_t dylan_weak_dependent(mps_addr_t); | 25 | extern mps_addr_t dylan_weak_dependent(mps_addr_t); |
| 31 | 26 | ||
| 32 | extern void dylan_pad(mps_addr_t addr, size_t size); | 27 | extern void dylan_pad(mps_addr_t addr, size_t size); |