~ubuntu-branches/ubuntu/oneiric/python-scipy/oneiric-proposed

« back to all changes in this revision

Viewing changes to scipy/sparse/sparsetools/bsr_wrap.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Sameer Morar
  • Date: 2011-02-03 04:28:09 UTC
  • mfrom: (9.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110203042809-qs95kuod7723re62
Tags: 0.8.0+dfsg1-1ubuntu1
* Merge from debian experimental (LP: #696403). Remaining changes:
  - debian/patches/stdc_format_macros.patch: Fix FTBFS issue with python 2.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.34
 
3
 * Version 1.3.36
4
4
 * 
5
5
 * This file is not intended to be easily readable and contains a number of 
6
6
 * coding conventions designed to improve portability and efficiency. Do not make
73
73
# endif
74
74
#endif
75
75
 
 
76
#ifndef SWIG_MSC_UNSUPPRESS_4505
 
77
# if defined(_MSC_VER)
 
78
#   pragma warning(disable : 4505) /* unreferenced local function has been removed */
 
79
# endif 
 
80
#endif
 
81
 
76
82
#ifndef SWIGUNUSEDPARM
77
83
# ifdef __cplusplus
78
84
#   define SWIGUNUSEDPARM(p)
2516
2522
 
2517
2523
#define SWIG_name    "_bsr"
2518
2524
 
2519
 
#define SWIGVERSION 0x010334 
 
2525
#define SWIGVERSION 0x010336 
2520
2526
#define SWIG_VERSION SWIGVERSION
2521
2527
 
2522
2528
 
2544
2550
    
2545
2551
    PyObject_ptr(PyObject *obj, bool initial_ref = true) :_obj(obj)
2546
2552
    {
2547
 
      if (initial_ref) Py_XINCREF(_obj);
 
2553
      if (initial_ref) {
 
2554
        Py_XINCREF(_obj);
 
2555
      }
2548
2556
    }
2549
2557
    
2550
2558
    PyObject_ptr & operator=(const PyObject_ptr& item)