projects
/
dss.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Avoid duplicate error message.
[dss.git]
/
gcc-compat.h
diff --git
a/gcc-compat.h
b/gcc-compat.h
index 2622fd3dbabd3b5e570c7f706b02537e178316ca..1ce032da387f721059014ea5eafc102294d134b3 100644
(file)
--- a/
gcc-compat.h
+++ b/
gcc-compat.h
@@
-1,3
+1,4
@@
+/* SPDX-License-Identifier: GPL-2.0 */
#define HAVE_GNUC(maj, min) \
defined(__GNUC__) && \
(__GNUC__ > maj || (__GNUC__ == maj && __GNUC_MINOR__ >= min))
#define HAVE_GNUC(maj, min) \
defined(__GNUC__) && \
(__GNUC__ > maj || (__GNUC__ == maj && __GNUC_MINOR__ >= min))
@@
-25,5
+26,3
@@
#else
# define __must_check /* no warn_unused_result */
#endif
#else
# define __must_check /* no warn_unused_result */
#endif
-
-#define _static_inline_ static inline