~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Lib/ruby/rubyhead.swg

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:16:04 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205011604-ygx904it6413k3go
Tags: 1.3.27-1ubuntu1
Resynchronise with Debian again, for the new subversion packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
/* Flags for pointer conversion */
8
8
#define SWIG_POINTER_EXCEPTION     0x1
 
9
#define SWIG_POINTER_OWN           0x1
9
10
#define SWIG_POINTER_DISOWN        0x2
 
11
#define SWIG_TRACK_OBJECTS              0x4
10
12
 
11
13
#define NUM2USHRT(n) (\
12
14
    (0 <= NUM2UINT(n) && NUM2UINT(n) <= USHRT_MAX)\