notmuch/lib
David Bremner 44cfa90bdc lib: fix definition of LIBNOTMUCH_CHECK_VERSION
Fix bug reported in id:20160606124522.g2y2eazhhrwjsa4h@flatcap.org

Although the C99 standard 6.10 is a little non-obvious on this point,
the docs for e.g. gcc are unambiguous. And indeed in practice with the
extra space, this code fails

#include <stdio.h>
#define foo (x) (x+1)

int main(int argc, char **argv){
  printf("%d\n",foo(1));
}
2016-06-11 13:01:44 -03:00
..
built-with.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
config.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
database-private.h Use https instead of http where possible 2016-06-05 08:32:17 -03:00
database.cc lib: fix memory leak of field processor objects 2016-06-10 09:20:22 -03:00
directory.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
filenames.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
gen-version-script.sh Use https instead of http where possible 2016-06-05 08:32:17 -03:00
index.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
libsha1.c util: detect byte order 2013-11-27 07:43:29 -04:00
libsha1.h fix sum moar typos [comments in source code] 2011-06-23 15:58:39 -07:00
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local lib: add support for named queries 2016-05-25 07:40:44 -03:00
message-file.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
message.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
messages.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-private.h Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch.h lib: fix definition of LIBNOTMUCH_CHECK_VERSION 2016-06-11 13:01:44 -03:00
parse-time-vrp.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
parse-time-vrp.h Use https instead of http where possible 2016-06-05 08:32:17 -03:00
query-fp.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
query-fp.h Use https instead of http where possible 2016-06-05 08:32:17 -03:00
query.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00
sha1.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
string-list.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
tags.c Use https instead of http where possible 2016-06-05 08:32:17 -03:00
thread.cc Use https instead of http where possible 2016-06-05 08:32:17 -03:00