bshell.runtime: disable all fx.term includes when interactive mode is disabled
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#include <bshell/format.h>
|
||||
#include <fx/term/print.h>
|
||||
#include <fx/type.h>
|
||||
#include <fx/value-type.h>
|
||||
|
||||
#if BSHELL_INTERACTIVE == 1
|
||||
#include <fx/term/print.h>
|
||||
#endif
|
||||
|
||||
static void format_value_fallback(const fx_value *value, fx_stream *dest)
|
||||
{
|
||||
#if BSHELL_INTERACTIVE == 1
|
||||
|
||||
Reference in New Issue
Block a user