mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Define CLANG_VERSION is using clang compiler
This commit is contained in:
parent
d07e0d76d9
commit
5956441186
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@
|
|||
# define NL_ISO_STDTR1_HEADER(header) <header>
|
||||
# define NL_ISO_STDTR1_NAMESPACE std
|
||||
# endif
|
||||
# endif
|
||||
// clang define GCC version for compatibility
|
||||
# ifdef __clang__
|
||||
# define CLANG_VERSION (__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue