mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-10 00:48:33 +01:00
Minor documentation update.
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
#ifndef COMPILER_H
|
||||
#define COMPILER_H 1
|
||||
|
||||
/* Prevent/force inlining. Used to improve performance. */
|
||||
#ifdef HAVE___ATTRIBUTE__
|
||||
/* Prevent/force inlining. Used to improve performance. */
|
||||
# define noinline __attribute__((noinline))
|
||||
# define always_inline __attribute__((always_inline))
|
||||
/* Unused parameter. */
|
||||
# define unused __attribute__((unused))
|
||||
#else
|
||||
# define noinline
|
||||
|
||||
Reference in New Issue
Block a user