Remove R explicit workaround
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9268 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0711db2742
commit
bee87a99fb
1 changed files with 0 additions and 4 deletions
|
|
@ -19,11 +19,7 @@
|
|||
|
||||
int x;
|
||||
int *xp;
|
||||
#ifdef SWIGR
|
||||
int& c_member = x;
|
||||
#else
|
||||
int& c = x;
|
||||
#endif
|
||||
|
||||
void *vp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue