Add JSON parser rule for custom_unwind_resume.

This commit is contained in:
pierzchalski 2015-10-30 03:20:51 +11:00
parent 914c4dbc2a
commit 054e409651

View File

@ -335,6 +335,7 @@ macro_rules! key {
key!(pre_link_args, list);
key!(post_link_args, list);
key!(allow_asm, bool);
key!(custom_unwind_resume, bool);
base
}