From bee87a99fbff655650373e2d5a4fc1efbdd790c2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 13 Sep 2006 20:32:10 +0000 Subject: [PATCH] Remove R explicit workaround git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9268 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/global_vars.i | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Examples/test-suite/global_vars.i b/Examples/test-suite/global_vars.i index 01968c744..8c18bbd34 100644 --- a/Examples/test-suite/global_vars.i +++ b/Examples/test-suite/global_vars.i @@ -19,11 +19,7 @@ int x; int *xp; -#ifdef SWIGR int& c_member = x; -#else - int& c = x; -#endif void *vp;