]> git.cworth.org Git - notmuch/commitdiff
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)
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>

No differences found