Adding function argument name.
This commit is contained in:
@ -23,7 +23,7 @@ macro_rules! external_library
|
||||
{
|
||||
$($(pub static $sname: $stype;)+)*
|
||||
|
||||
$($(pub fn $fname($(_: $farg),*) -> $fret;)+)*
|
||||
$($(pub fn $fname($($farg: $fargt),*) -> $fret;)+)*
|
||||
|
||||
$($(pub fn $vname($(_: $vargs),+ , ...) -> $vret;)+)*
|
||||
}
|
||||
|
Reference in New Issue
Block a user