Skip to content

Commit af2add0

Browse files
johnbashgfxbot
authored andcommitted
Failure to build on alpine Linux distributions.
Issue#21 Change-Id: I566289dd99b549c22ce42cd5d1b0eeefb10fe4d4
1 parent 941eda5 commit af2add0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/inc/portable_compiler.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ OTHER DEALINGS IN THE SOFTWARE.
6464
/* compile-time ASSERT */
6565

6666
#ifndef C_ASSERT
67-
#define __UNIQUENAME( a1, a2 ) __CONCAT( a1, a2 )
67+
#define __CONCATING( a1, a2 ) a1 ## a2
68+
69+
#define __UNIQUENAME( a1, a2 ) __CONCATING( a1, a2 )
6870

6971
#define UNIQUENAME( __text ) __UNIQUENAME( __text, __COUNTER__ )
7072

0 commit comments

Comments
 (0)