Skip to content

Commit 315a37f

Browse files
committed
Moved SQLITE_JS_VERSION outside of the first ifndef
1 parent 2323cf2 commit 315a37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sqlitejs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Created by Marco Bambini on 31/03/25.
66
//
77

8+
#define SQLITE_JS_VERSION "1.1.1"
9+
810
#ifndef __SQLITEJS__
911
#define __SQLITEJS__
1012

@@ -16,8 +18,6 @@
1618
#include "sqlite3.h"
1719
#endif
1820

19-
#define SQLITE_JS_VERSION "1.1.1"
20-
2121
int sqlite3_js_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2222
const char *sqlitejs_version (void);
2323
const char *quickjs_version (void);

0 commit comments

Comments
 (0)