Testing a macro ending.
This commit is contained in:
parent
100d73e09d
commit
e61c829339
@ -5,11 +5,11 @@ macro_rules! external_library
|
|||||||
$name: ident : $link: expr =>
|
$name: ident : $link: expr =>
|
||||||
{
|
{
|
||||||
$(statics:
|
$(statics:
|
||||||
$($sname: ident: $stype: ty),+;
|
$($sname: ident: $stype: ty);+;
|
||||||
)|*
|
)|*
|
||||||
|
|
||||||
$(functions:
|
$(functions:
|
||||||
$($fname: ident($($farg: ident : $fargt: ty),*) -> $fret:ty),+;
|
$($fname: ident($($farg: ident : $fargt: ty),*) -> $fret:ty);+;
|
||||||
)|*
|
)|*
|
||||||
|
|
||||||
$(varargs:
|
$(varargs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user