1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros into

no-ops if the extension is statically linked.

FossilOrigin-Name: 86eb3eed4c70730dba0e319f243f8cb4fa8de06c
This commit is contained in:
drh
2013-04-19 01:23:06 +00:00
parent c288e442e3
commit 08ef8d7311
4 changed files with 20 additions and 14 deletions

View File

@@ -15,7 +15,7 @@
#include "sqlite3ext.h"
#ifndef SQLITE_OMIT_LOAD_EXTENSION
static SQLITE_EXTENSION_INIT1
SQLITE_EXTENSION_INIT1
/*
** The sqr() SQL function returns the square of its input value.