extern method declarations moved to header file

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5334 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-11-18 20:21:15 +00:00
commit 4dfa0ed902
5 changed files with 35 additions and 27 deletions

View file

@ -21,8 +21,6 @@ char cvsroot_overload_cxx[] = "$Header$";
String *argv_template_string;
String *argc_template_string;
extern int emit_num_required(ParmList *);
/* -----------------------------------------------------------------------------
* Swig_overload_rank()
*