summaryrefslogtreecommitdiff
path: root/thirdparty/zstd/common/compiler.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-11-20 10:46:41 +0100
committerGitHub <noreply@github.com>2021-11-20 10:46:41 +0100
commitbd896bf91573f2a947f29b7fc8201d7ff09b7838 (patch)
treea9b8b20372978d11635921ed7e07e0790994cecb /thirdparty/zstd/common/compiler.h
parent0a76ddc3dda0f0c6e5915f664d91db25bccbde49 (diff)
parent5bea1370f070062f2153074fd5706826a8928645 (diff)
Merge pull request #55122 from akien-mga/zstd-1.5.0
Diffstat (limited to 'thirdparty/zstd/common/compiler.h')
-rw-r--r--thirdparty/zstd/common/compiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/compiler.h b/thirdparty/zstd/common/compiler.h
index 3e454f38c1..a951d0adea 100644
--- a/thirdparty/zstd/common/compiler.h
+++ b/thirdparty/zstd/common/compiler.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under both the BSD-style license (found in the
@@ -90,6 +90,7 @@
# endif
#endif
+
/* target attribute */
#ifndef __has_attribute
#define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */