xo-reader: fix hardwired debug flag
This commit is contained in:
parent
1d40b5da55
commit
20b105d909
7 changed files with 20 additions and 15 deletions
|
|
@ -7,7 +7,10 @@
|
|||
|
||||
// presumeably replxx assumes input is a tty
|
||||
//
|
||||
bool replxx_getline(bool interactive, std::size_t parser_stack_size, replxx::Replxx & rx, std::string& input)
|
||||
bool replxx_getline(bool interactive,
|
||||
std::size_t parser_stack_size,
|
||||
replxx::Replxx & rx,
|
||||
std::string& input)
|
||||
{
|
||||
using namespace std;
|
||||
|
||||
|
|
@ -58,7 +61,8 @@ welcome(std::ostream& os)
|
|||
}
|
||||
|
||||
int
|
||||
main() {
|
||||
main()
|
||||
{
|
||||
using namespace replxx;
|
||||
using namespace xo::scm;
|
||||
using xo::scm::Expression;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue