Compiler fixes for Sun Workshop compiler

This commit is contained in:
William S Fulton 2014-03-15 02:02:40 +00:00
commit d2dc7df061

View file

@ -73,6 +73,11 @@ void display_mapping(DOH *d) {
}
}
extern "C" static int compareByLen(const DOH *f, const DOH *s) {
return Len(s) - Len(f);
}
/* NEW LANGUAGE NOTE:***********************************************
most of the default options are handled by SWIG
you can add new ones here
@ -2064,10 +2069,6 @@ public:
Printv(output, "\n", NIL);
}
static int compareByLen(const DOH *f, const DOH *s) {
return Len(s) - Len(f);
}
/* -----------------------------------------------------------------------------
* closeNamespaces()
*