disabling the new value wrapper mode until we find more time to document it and adding a flag to switch it on/off

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6447 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-20 20:33:34 +00:00
commit 5a70c5b962

View file

@ -88,7 +88,7 @@ public:
/* Turn on safe value wrapper use mode */
Swig_value_wrapper_mode(1);
/* Swig_value_wrapper_mode(1); */
/* Turn on template extmode */
Wrapper_template_extmode_set(1);