1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

Adding type mps_awl_find_dependent_t that is documented but didn't actually exist.

Copied from Perforce
 Change: 181596
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2013-05-08 00:19:39 +01:00
parent 3c325c0297
commit 7b009080c9

View file

@ -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 */