mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
refactor: move readline stuff into its own file
This is in direct preparation for an automation mode of nix repl.
This commit is contained in:
parent
76aced6915
commit
70a6ce139b
4 changed files with 232 additions and 171 deletions
|
@ -3,11 +3,6 @@
|
|||
|
||||
#include "eval.hh"
|
||||
|
||||
#if HAVE_BOEHMGC
|
||||
#define GC_INCLUDE_NEW
|
||||
#include <gc/gc_cpp.h>
|
||||
#endif
|
||||
|
||||
namespace nix {
|
||||
|
||||
struct AbstractNixRepl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue