File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
dependency_support/com_opencircuitdesign_magic Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,6 @@ def com_opencircuitdesign_magic():
30
30
patches = [
31
31
Label ("@rules_hdl//dependency_support/com_opencircuitdesign_magic:magic_wrapper.patch" ),
32
32
Label ("@rules_hdl//dependency_support/com_opencircuitdesign_magic:use_bash.patch" ),
33
+ Label ("@rules_hdl//dependency_support/com_opencircuitdesign_magic:rltypedefs.patch" ),
33
34
],
34
35
)
Original file line number Diff line number Diff line change
1
+ --- textio/txMain.c 2020-08-11 22:50:26.000000000 +0200
2
+ +++ textio/txMain.c 2025-07-15 09:55:07.836553930 +0200
3
+ @@ -46,9 +46,11 @@
4
+ #ifdef HAVE_READLINE
5
+ #include <readline/readline.h>
6
+ #include <readline/history.h>
7
+ + #include <readline/rltypedefs.h>
8
+ #else
9
+ #include "readline/readline.h"
10
+ #include "readline/history.h"
11
+ + #include "readline/rltypedefs.h"
12
+ #endif
13
+
14
+ int TxPrefix(void);
You can’t perform that action at this time.
0 commit comments