~ubuntu-branches/ubuntu/lucid/kdebindings/lucid-updates

« back to all changes in this revision

Viewing changes to ruby/qtruby/src/qtruby.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-07-30 12:51:35 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125135-hbpnvh5vqqh38g6v
Tags: 4:4.3.0-0ubuntu1
* New upstream release
* Add kubuntu_06_pykdeuic_install_path.diff from https://bugs.kde.org/show_bug.cgi?id=198632#c11

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#if !defined RARRAY_PTR
41
41
#define RARRAY_PTR(a) RARRAY(a)->ptr
42
42
#endif
 
43
#if !defined StringValueCStr
 
44
#define StringValueCStr(s) STR2CSTR(s)
 
45
#endif
43
46
 
44
47
inline bool operator==(const Smoke::ModuleIndex& a, const Smoke::ModuleIndex& b) {
45
48
        if (a.index == b.index && a.smoke == b.smoke)