diff options
Diffstat (limited to 'gcc/rust/expand/rust-macro-builtins.h')
-rw-r--r-- | gcc/rust/expand/rust-macro-builtins.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/rust/expand/rust-macro-builtins.h b/gcc/rust/expand/rust-macro-builtins.h index dbc838b..d9873c7 100644 --- a/gcc/rust/expand/rust-macro-builtins.h +++ b/gcc/rust/expand/rust-macro-builtins.h @@ -159,11 +159,9 @@ public: static tl::optional<AST::Fragment> line_handler (location_t invoc_locus, AST::MacroInvocData &invoc); - static tl::optional<AST::Fragment> - nonglobal_asm_handler (location_t invoc_locus, AST::MacroInvocData &invoc); - - static tl::optional<AST::Fragment> - global_asm_handler (location_t invoc_locus, AST::MacroInvocData &invoc); + static tl::optional<AST::Fragment> asm_handler (location_t invoc_locus, + AST::MacroInvocData &invoc, + bool is_global_asm); static tl::optional<AST::Fragment> format_args_handler (location_t invoc_locus, AST::MacroInvocData &invoc, |