1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add the ATOMIC_INTRINSICS compile-time output output. Move sqlite3Int.h

in front of ctime.c so that default values that are not overridden are
shown in PRAGMA compile-time option output.

FossilOrigin-Name: e306952690bfb140e2c404a74b05ff2d070c487f7e52c62d62a004505fba0e15
This commit is contained in:
drh
2021-07-05 18:37:37 +00:00
parent 0f56f891dd
commit a612c1c9bc
6 changed files with 194 additions and 192 deletions

View File

@ -120,7 +120,6 @@ set boolean_defnil_options {
SQLITE_MUTEX_PTHREADS
SQLITE_MUTEX_W32
SQLITE_NEED_ERR_NAME
SQLITE_NOINLINE
SQLITE_NO_SYNC
SQLITE_OMIT_ALTERTABLE
SQLITE_OMIT_ANALYZE
@ -216,6 +215,7 @@ set value2_options {
# and is a single scalar.
#
set value_options {
SQLITE_ATOMIC_INTRINSICS
SQLITE_BITMASK_TYPE
SQLITE_DEFAULT_CACHE_SIZE
SQLITE_DEFAULT_FILE_FORMAT
@ -330,7 +330,7 @@ foreach name_defval $boolean_defnnz_options {
foreach b $boolean_defnil_options {
set name [trim_name $b]
set options($name) [subst {
#if $b
#ifdef $b
"$name",
#endif
}]

View File

@ -303,8 +303,8 @@ proc copy_file {filename} {
# inlining opportunities.
#
foreach file {
ctime.c
sqliteInt.h
ctime.c
global.c
status.c