Skip to content

Commit eaf7ff5

Browse files
committed
Fixups to pragma changes
1 parent e2e6fca commit eaf7ff5

File tree

7 files changed

+3
-4625
lines changed

7 files changed

+3
-4625
lines changed

Sqliteman/sqliteman/extensions/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ ENDIF (APPLE)
110110
MESSAGE(" ")
111111
endif (ICU_INCLUDE AND ICU_LIBRARY)
112112

113-
SET(EXT_RTREE "sqlitertree")
114-
ADD_LIBRARY(${EXT_RTREE} MODULE rtree/rtree.c)
115-
INSTALL(TARGETS ${EXT_RTREE} LIBRARY DESTINATION ${EXTENSION_INSTALL})
116-
117113
ENDIF (UNIX)
118114

119115
IF (WIN32)

Sqliteman/sqliteman/extensions/compress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ static void uncompressFunc(
111111
#ifdef _WIN32
112112
__declspec(dllexport)
113113
#endif
114-
int sqlite3_compress_init(
114+
int sqlite3_sqlitecompress_init(
115115
sqlite3 *db,
116116
char **pzErrMsg,
117117
const sqlite3_api_routines *pApi

Sqliteman/sqliteman/extensions/rtree/README

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)