| 280 | } |
| 281 | |
| 282 | inline attribute_hidden int* get_cache( int n ){ |
| 283 | typedef int* (*Fun)(int); |
| 284 | static Fun fun = GET_CALLABLE("get_cache"); |
| 285 | return fun(n); |
| 286 | } |
| 287 | |
| 288 | inline attribute_hidden SEXP reset_current_error(){ |
| 289 | typedef SEXP (*Fun)(void); |