]> git.notmuchmail.org Git - notmuch/commit
ruby: fix missing symbol UINT2FIX()
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 20 May 2013 12:24:24 +0000 (07:24 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 23 May 2013 11:03:58 +0000 (08:03 -0300)
commited9ef5dc5a281fd1a3a9bba235ef297f6496e24d
tree212730293b0ac68a7c3817ed6d2b2936db574fb1
parent71e1522da469d7034e97701c4169f5999bff4cef
ruby: fix missing symbol UINT2FIX()

It has never existed in Ruby (maybe JRuby). Fortunately the symbols are
loaded lazily, so nobody would notice unless they try
'query::count_messages'.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
bindings/ruby/query.c