File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11/*
22 * R : A Computer Language for Statistical Data Analysis
3- * Copyright (C) 1998-2022 The R Core Team
3+ * Copyright (C) 1998-2024 The R Core Team
44 *
55 * This header file is free software; you can redistribute it and/or modify
66 * it under the terms of the GNU Lesser General Public License as published by
4141extern " C" {
4242#endif
4343
44- void * vmaxget (void );
45- void vmaxset (const void *);
44+ void * vmaxget (void ); // not remapped
45+ void vmaxset (const void *); // not re-mapped
4646
4747void R_gc (void );
4848int R_gc_running (void );
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ extern "C" {
6060void R_isort (int *, int );
6161void R_rsort (double *, int );
6262void R_csort (Rcomplex*, int );
63- void rsort_with_index (double *, int *, int );
63+ void rsort_with_index (double *, int *, int ); // not remapped.
6464void revsort (double *, int *, int );/* reverse; sort i[] alongside */
6565void iPsort (int *, int , int );
6666void rPsort (double *, int , int );
You can’t perform that action at this time.
0 commit comments