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

@ -16,7 +16,6 @@
char cvsroot_emit_cxx[] = "$Header$";
extern SwigType *cplus_value_type(SwigType *t);
extern int Swig_contract_mode_get();
/* -----------------------------------------------------------------------------
@ -306,6 +305,7 @@ void emit_mark_varargs(ParmList *l) {
}
}
#if 0
/* replace_contract_args. This function replaces argument names in contract
specifications. Used in conjunction with the %contract directive. */
@ -320,6 +320,7 @@ void replace_contract_args(Parm *cp, Parm *rp, String *s) {
rp = nextSibling(rp);
}
}
#endif
/* -----------------------------------------------------------------------------
* int emit_action()