diff options
| author | Richard Brooksby | 2013-05-08 00:19:39 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2013-05-08 00:19:39 +0100 |
| commit | 7b009080c968be7f69a4e3182e6775aa2b271c4f (patch) | |
| tree | 77b4bf9978e2ac376ee4190319cd0253ba46ebb9 /mps/code | |
| parent | 3c325c02970299979e5996553065a09ce7a37b52 (diff) | |
| download | emacs-7b009080c968be7f69a4e3182e6775aa2b271c4f.tar.gz emacs-7b009080c968be7f69a4e3182e6775aa2b271c4f.zip | |
Adding type mps_awl_find_dependent_t that is documented but didn't actually exist.
Copied from Perforce
Change: 181596
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/mpscawl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mps/code/mpscawl.h b/mps/code/mpscawl.h index 0b5bc790acf..f413c03c5e6 100644 --- a/mps/code/mpscawl.h +++ b/mps/code/mpscawl.h | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | 11 | ||
| 12 | extern mps_class_t mps_class_awl(void); | 12 | extern mps_class_t mps_class_awl(void); |
| 13 | 13 | ||
| 14 | typedef mps_addr_t (*mps_awl_find_dependent_t)(mps_addr_t addr); | ||
| 15 | |||
| 14 | #endif /* mpscawl_h */ | 16 | #endif /* mpscawl_h */ |
| 15 | 17 | ||
| 16 | 18 | ||