R - Remove constantWrapper message wrapping constants
An implementation is still needed for constants.
This commit is contained in:
parent
5fb344e0e6
commit
9b2bde403b
1 changed files with 10 additions and 0 deletions
|
|
@ -2181,6 +2181,16 @@ int R::functionWrapper(Node *n) {
|
|||
return SWIG_OK;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
* R::constantWrapper()
|
||||
* ---------------------------------------------------------------------- */
|
||||
|
||||
int R::constantWrapper(Node *n) {
|
||||
(void) n;
|
||||
// TODO
|
||||
return SWIG_OK;
|
||||
}
|
||||
|
||||
/*****************************************************
|
||||
Add the specified routine name to the collection of
|
||||
generated routines that are called from R functions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue