1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Rename proj-current-proc-name to proj-current-scope and have it distinguish between global scope and an invalid scope level.

FossilOrigin-Name: 1c7e5b6cab0f8c8d8ae4a1503ea04f2c65943b0788f3996c015fc163ae979a66
This commit is contained in:
stephan
2025-04-07 02:16:26 +00:00
parent 7d83ed04b1
commit d2b9cc099d
4 changed files with 21 additions and 18 deletions

View File

@ -544,7 +544,7 @@ proc msg-debug {msg} {
# the debug message. It is not legal to call this from the global
# scope.
proc proc-debug {msg} {
msg-debug "\[[proj-current-proc-name 1]\]: $msg"
msg-debug "\[[proj-current-scope 1]\]: $msg"
}
define OPT_FEATURE_FLAGS {} ; # -DSQLITE_OMIT/ENABLE flags.