File tree Expand file tree Collapse file tree 3 files changed +23
-32
lines changed
third_party/sqlite3/ext/sqlite-vec Expand file tree Collapse file tree 3 files changed +23
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ diff --git a/sqlite-vec.c b/sqlite-vec.c
2
+ index 86378ba..e8e38c9 100644
3
+ --- a/sqlite-vec.c
4
+ +++ b/sqlite-vec.c
5
+ @@ -61,18 +61,6 @@ SQLITE_EXTENSION_INIT3
6
+ #define LONGDOUBLE_TYPE long double
7
+ #endif
8
+
9
+ - #ifndef _WIN32
10
+ - #ifndef __EMSCRIPTEN__
11
+ - #ifndef __COSMOPOLITAN__
12
+ - #ifndef __wasi__
13
+ - typedef u_int8_t uint8_t;
14
+ - typedef u_int16_t uint16_t;
15
+ - typedef u_int64_t uint64_t;
16
+ - #endif
17
+ - #endif
18
+ - #endif
19
+ - #endif
20
+ -
21
+ typedef int8_t i8;
22
+ typedef uint8_t u8;
23
+ typedef int16_t i16;
Original file line number Diff line number Diff line change @@ -61,20 +61,6 @@ SQLITE_EXTENSION_INIT3
61
61
#define LONGDOUBLE_TYPE long double
62
62
#endif
63
63
64
- #ifndef _WIN32
65
- #ifndef __EMSCRIPTEN__
66
- #ifndef __COSMOPOLITAN__
67
- #ifndef __wasi__
68
- #ifndef __sun__
69
- typedef u_int8_t uint8_t ;
70
- typedef u_int16_t uint16_t ;
71
- typedef u_int64_t uint64_t ;
72
- #endif
73
- #endif
74
- #endif
75
- #endif
76
- #endif
77
-
78
64
typedef int8_t i8 ;
79
65
typedef uint8_t u8 ;
80
66
typedef int16_t i16 ;
You can’t perform that action at this time.
0 commit comments