Skip to content

Commit 72bc5c1

Browse files
committed
__NOINLINE__ might already be defined by compiler
1 parent 898f505 commit 72bc5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mintlib/linea.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* ++jrb
44
*/
55

6-
#define __NO_INLINE__
6+
#define __NO_INLINE__ 1
77
#include <mint/linea.h>
88

99
#ifdef __GNUC__

0 commit comments

Comments
 (0)