2006/2/16, Hans-Peter <[EMAIL PROTECTED]>:
>     [Rf_errorcall is not declared here, would be something like:
>      void Rf_errorcall(SEXP, const char *,...)]
>
> ... would it be possible to pull the Rf_errorcall
> declaration to the error.h file?

error.h doesn't look like a good place as the SEXP type is not known
there. Sorry, I am quite unfluent with this c headers...

As a sidenote: in Defn.h are two macrogroups:

  /* Promise Access Macros */
  /* Hashing Macros */

which aren't declared in Rinternals.h. This is different from e.g. the groups:

  /* General Cons Cell Attributes */
  /* Primitive Access Macros */
  ...

--
Regards,
Hans-Peter

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to