Changeset: 3d00a4489e08 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3d00a4489e08 Modified Files: NT/monetdb_config.h.in Branch: Jun2016 Log Message:
Define PROMPT1 and PROMPT2 in all cases. diffs (17 lines): diff --git a/NT/monetdb_config.h.in b/NT/monetdb_config.h.in --- a/NT/monetdb_config.h.in +++ b/NT/monetdb_config.h.in @@ -1135,11 +1135,11 @@ typedef __uint128_t uhge; #ifdef HAVE_EMBEDDED_R #define _MSC_EXTENSIONS 1 #undef HAVE_CTIME_R -#define PROMPT1 "\001\001\n" /* prompt: ready for new query */ -#define PROMPT2 "\001\002\n" /* prompt: more data needed */ #else #define HAVE_MAPI 1 #endif +#define PROMPT1 "\001\001\n" /* prompt: ready for new query */ +#define PROMPT2 "\001\002\n" /* prompt: more data needed */ #endif /* _SEEN_MONETDB_CONFIG_H */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list