notmuch/bindings/ruby
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
..
.gitignore
database.c
defs.h ruby: extern linkage portability improvement 2012-06-29 22:24:17 -03:00
directory.c
extconf.rb
filenames.c
init.c ruby: extern linkage portability improvement 2012-06-29 22:24:17 -03:00
message.c
messages.c
query.c
rdoc.sh
status.c
tags.c
thread.c
threads.c