template ext mode on for all languages, not just Python now

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-04-01 19:46:06 +00:00
commit 34a035e3f1
6 changed files with 3 additions and 28 deletions

View file

@ -532,7 +532,6 @@ extern void Swig_fragment_emit(String *name);
/* hacks defined in C++ ! */
extern int Swig_need_protected();
extern int Swig_director_mode();
extern int Swig_template_extmode();
#ifdef __cplusplus
}