musl-legacy-compat: add __CONCAT and __STRING.
This commit is contained in:
parent
8b1976339a
commit
af214161ec
|
@ -24,3 +24,6 @@
|
|||
# define __THROW
|
||||
# define __NTH(fct) fct
|
||||
#endif
|
||||
|
||||
#define __CONCAT(x,y) x ## y
|
||||
#define __STRING(x) #x
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'musl-legacy-compat'
|
||||
pkgname=musl-legacy-compat
|
||||
version=0.2
|
||||
version=0.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
only_for_archs="i686-musl x86_64-musl armv5tel-musl armv6l-musl armv7l-musl aarch64-musl mips-musl mipsel-musl mipselhf-musl"
|
||||
|
|
Loading…
Reference in New Issue