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:
William S Fulton 2006-09-13 20:32:10 +00:00
commit bee87a99fb

View file

@ -19,11 +19,7 @@
int x;
int *xp;
#ifdef SWIGR
int& c_member = x;
#else
int& c = x;
#endif
void *vp;