musl-legacy-compat: add __CONCAT and __STRING.

This commit is contained in:
Juan RP 2016-04-28 18:40:47 +02:00
parent 8b1976339a
commit af214161ec
2 changed files with 4 additions and 1 deletions

View File

@ -24,3 +24,6 @@
# define __THROW
# define __NTH(fct) fct
#endif
#define __CONCAT(x,y) x ## y
#define __STRING(x) #x

View File

@ -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"