Changeset: c08c23c7d8e5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c08c23c7d8e5 Modified Files: configure.ag Branch: linear-hashing Log Message:
Use quadrigraph @%:@ for # per the comment at the top of the file. diffs (29 lines): diff --git a/configure.ag b/configure.ag --- a/configure.ag +++ b/configure.ag @@ -2694,11 +2694,11 @@ stpcpy(char *restrict dst, const char *r @%:@endif @%:@ifndef HAVE_STRNCASECMP -#ifdef WIN32 -#ifndef strncasecmp -#define strncasecmp _strnicmp -#endif -#else +@%:@ifdef WIN32 +@%:@ifndef strncasecmp +@%:@define strncasecmp _strnicmp +@%:@endif +@%:@else static inline int strncasecmp(const char *s1, const char *s2, size_t n) { @@ -2717,7 +2717,7 @@ strncasecmp(const char *s1, const char * } return 0; } -#endif +@%:@endif @%:@endif @%:@if defined(HAVE___INT128) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list