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 258a3cb279b7e9045da566a17f9f7d8f52f6b40d..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))