1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Minor tweaks to the way auxiliary tools are built, to make it easier to

customize the builds without having to alter the code.

FossilOrigin-Name: 90b06b6f42918852cfb15258be462c6bed260c6a618b86fa9084bac72fa2f58f
This commit is contained in:
drh
2021-11-18 20:56:59 +00:00
parent 826ec6013c
commit 5e90794b67
4 changed files with 13 additions and 11 deletions

View File

@@ -3975,7 +3975,9 @@ static const char *tclsh_main_loop(void){
return zMainloop;
}
#define TCLSH_MAIN main /* Needed to fake out mktclapp */
#ifndef TCLSH_MAIN
# define TCLSH_MAIN main
#endif
int SQLITE_CDECL TCLSH_MAIN(int argc, char **argv){
Tcl_Interp *interp;
int i;