Home
last modified time | relevance | path

Searched refs:__has_extension (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h230 #ifndef __has_extension
231 # define __has_extension(x) 0 /* compatibility with non-clang compilers */ macro
233 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)