~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to ruby/redland-pre.i

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#undef PACKAGE_TARNAME
5
5
#undef PACKAGE_VERSION
6
6
#undef PACKAGE_BUGREPORT
 
7
 
 
8
/* STR2CSTR was deprecated in Ruby 1.8 and removed in 1.9 */
 
9
#ifndef STR2CSTR
 
10
#define STR2CSTR(x) StringValuePtr(x)
 
11
#endif