repo.or.cz
/
ruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
6ba0dc4
)
[ruby/json] Remove explicit include of extconf.h
author
Jean Boussier
<
[email protected]
>
Mon, 28 Apr 2025 16:50:24 +0000
(28 18:50 +0200)
committer
Jean Boussier
<
[email protected]
>
Wed, 30 Apr 2025 06:12:41 +0000
(30 08:12 +0200)
https://github.com/ruby/json/commit/
6b059900de
.
ext/json/generator/simd.h
patch
|
blob
|
blame
|
history
diff --git
a/ext/json/generator/simd.h
b/ext/json/generator/simd.h
index
4deb97b
..
2fbc931
100644
(file)
--- a/
ext/json/generator/simd.h
+++ b/
ext/json/generator/simd.h
@@
-1,5
+1,3
@@
-#include "extconf.h"
-
typedef enum {
SIMD_NONE,
SIMD_NEON,