mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Converting pools to use keyword arguments, mostly, and so far inconsistently, but at least it compiles.
Copied from Perforce Change: 181635 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
f774413584
commit
07f446a450
40 changed files with 601 additions and 150 deletions
|
|
@ -10,6 +10,9 @@
|
|||
|
||||
#include "mps.h"
|
||||
|
||||
extern const struct mps_key_s _mps_key_ams_support_ambiguous;
|
||||
#define MPS_KEY_AMS_SUPPORT_AMBIGUOUS (&_mps_key_ams_support_ambiguous)
|
||||
|
||||
extern mps_class_t mps_class_ams(void);
|
||||
extern mps_class_t mps_class_ams_debug(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue