notmuch/bindings
Tomi Ollila d796dad4ed ruby: extern linkage portability improvement
Some C compilers are stricter when it comes to (tentative) definition
of a variable -- in those compilers introducing variable without 'extern'
keyword always allocates new 'storage' to the variable and linking all
these modules fails due to duplicate symbols.

This is reimplementation of Charlie Allom's patch:
id:"1336481467-66356-1-git-send-email-charlie@mediasp.com",
written originally by Ali Polatel. This version has
more accurate commit message.
2012-06-29 22:24:17 -03:00
..
go go: Update for changes to notmuch_database_get_directory 2012-05-15 08:58:36 -03:00
python notmuch 0.13.2 release 2012-06-03 11:38:08 -03:00
ruby ruby: extern linkage portability improvement 2012-06-29 22:24:17 -03:00