Compiler fixes for Sun Workshop compiler
This commit is contained in:
parent
300ade57e8
commit
d2dc7df061
1 changed files with 5 additions and 4 deletions
|
|
@ -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()
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue