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

« back to all changes in this revision

Viewing changes to Lib/python/pyruntime.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:
4
4
%}
5
5
 
6
6
%insert(runtime) "swigrun.swg";         /* Common C API type-checking code */
7
 
%insert(runtime) "common.swg";          /* Common type-checking code */
8
7
%insert(runtime) "pyapi.swg";           /* SWIG/Pyton API */
9
8
%insert(runtime) "pyrun.swg";           /* Python run-time code */
 
9
 
 
10
 
 
11
/* When using -nortti, tell directors to avoid RTTI */
 
12
#ifdef SWIG_NORTTI
 
13
%insert("runtime") %{
 
14
#ifndef SWIG_DIRECTOR_NORTTI
 
15
#define SWIG_DIRECTOR_NORTTI
 
16
#endif
 
17
%}
 
18
#endif