~laney/ubuntu/quantal/swig2.0/guile-2.0

« back to all changes in this revision

Viewing changes to Source/Modules/r.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Landschoff
  • Date: 2010-12-19 18:25:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101219182559-8lh77o66bo890jwo
Tags: 2.0.1-1
* Merge new upstream release 2.0.1.
* Remove dependency on quilt and usage in debian/rules, the new source
  format will take care of that.
* Remove patch fix-cleaning.diff (applied upstream).
* Remove patch keep_docs.diff (applied upstream).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * R language module for SWIG.
12
12
 * ----------------------------------------------------------------------------- */
13
13
 
14
 
char cvsroot_r_cxx[] = "$Id: r.cxx 12023 2010-05-12 04:12:42Z drjoe $";
 
14
char cvsroot_r_cxx[] = "$Id: r.cxx 12137 2010-06-17 23:49:12Z wsfulton $";
15
15
 
16
16
#include "swigmod.h"
17
17
 
1299
1299
    Printf(stderr, "Adding accessor: %s (%s) => %s\n", memberName, name, tmp);
1300
1300
}
1301
1301
 
 
1302
#define Swig_overload_rank R_swig_overload_rank
 
1303
 
1302
1304
#define MAX_OVERLOAD 256
1303
1305
 
1304
1306
struct Overloaded {
2512
2514
 
2513
2515
  int status(Language::membervariableHandler(n));
2514
2516
 
2515
 
  if(opaqueClassDeclaration == NULL && debugMode)
 
2517
  if(!opaqueClassDeclaration && debugMode)
2516
2518
    Printf(stderr, "<membervariableHandler> %s %s\n", Getattr(n, "name"), Getattr(n, "type"));
2517
2519
 
2518
2520
  processing_member_access_function = 0;