From f7246bc6678218776605eadcecfc7f7e4cde850c Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 29 Jan 2006 01:14:57 +0000 Subject: [PATCH] change variable name for Ruby git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8603 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/exception_order.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/exception_order.i b/Examples/test-suite/exception_order.i index 7db474c5f..45a87e0c5 100644 --- a/Examples/test-suite/exception_order.i +++ b/Examples/test-suite/exception_order.i @@ -64,7 +64,7 @@ struct A { static int sfoovar; - static const int csfoovar = 1; + static const int CSFOOVAR = 1; int foovar; int efoovar;