From 7b009080c968be7f69a4e3182e6775aa2b271c4f Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 8 May 2013 00:19:39 +0100 Subject: [PATCH] Adding type mps_awl_find_dependent_t that is documented but didn't actually exist. Copied from Perforce Change: 181596 ServerID: perforce.ravenbrook.com --- mps/code/mpscawl.h | 2 ++ 1 file changed, 2 insertions(+) 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 @@ extern mps_class_t mps_class_awl(void); +typedef mps_addr_t (*mps_awl_find_dependent_t)(mps_addr_t addr); + #endif /* mpscawl_h */