Swig_offset_string moved to misc.c

This commit is contained in:
William S Fulton 2013-12-05 20:57:30 +00:00
commit 7103a06849
5 changed files with 52 additions and 47 deletions

View file

@ -18,8 +18,6 @@
/* Hash type used for upcalls from C/C++ */
typedef DOH UpcallData;
// insert N tabs before each new line in s
void Swig_offset_string(String *s, int N);
class JAVA:public Language {
static const char *usage;
@ -2068,7 +2066,7 @@ public:
} else {
for (int i = 0; i < nesting_depth; ++i)
Append(old_proxy_class_code, " ");
Append(old_proxy_class_code, "}\n");
Append(old_proxy_class_code, "}\n\n");
--nesting_depth;
}