File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
dependency_support/com_opencircuitdesign_magic Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,6 @@ def com_opencircuitdesign_magic():
3030 patches = [
3131 Label ("@rules_hdl//dependency_support/com_opencircuitdesign_magic:magic_wrapper.patch" ),
3232 Label ("@rules_hdl//dependency_support/com_opencircuitdesign_magic:use_bash.patch" ),
33+ Label ("@rules_hdl//dependency_support/com_opencircuitdesign_magic:rltypedefs.patch" ),
3334 ],
3435 )
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 10:15:29.672949422 +0200
3+ @@ -43,12 +43,15 @@
4+ global bool TxStdoutIsatty;
5+
6+ #ifdef USE_READLINE
7+ + #define WANT_OBSOLETE_TYPEDEFS 1
8+ #ifdef HAVE_READLINE
9+ #include <readline/readline.h>
10+ #include <readline/history.h>
11+ + #include <readline/rltypedefs.h>
12+ #else
13+ #include "readline/readline.h"
14+ #include "readline/history.h"
15+ + #include "readline/rltypedefs.h"
16+ #endif
17+
18+ int TxPrefix(void);
You can’t perform that action at this time.
0 commit comments