11/*
22 * R : A Computer Language for Statistical Data Analysis
3- * Copyright (C) 2007--2024 The R Core Team.
3+ * Copyright (C) 2007--2025 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
3434# define attribute_hidden
3535#endif
3636
37- void attribute_hidden
37+ attribute_hidden void
3838S_Rf_divset (int alg , int iv [], int liv , int lv , double v [])
3939{
4040 static void (* fun )(int ,int [],int ,int ,double []) = NULL ;
@@ -44,7 +44,7 @@ S_Rf_divset(int alg, int iv[], int liv, int lv, double v[])
4444 fun (alg , iv , liv , lv , v );
4545}
4646
47- void attribute_hidden
47+ attribute_hidden void
4848S_nlminb_iterate (double b [], double d [], double fx , double g [], double h [],
4949 int iv [], int liv , int lv , int n , double v [], double x [])
5050{
@@ -57,7 +57,7 @@ S_nlminb_iterate(double b[], double d[], double fx, double g[], double h[],
5757 fun (b , d , fx , g , h , iv , liv , lv , n , v , x );
5858}
5959
60- void attribute_hidden
60+ attribute_hidden void
6161S_nlsb_iterate (double b [], double d [], double dr [], int iv [], int liv ,
6262 int lv , int n , int nd , int p , double r [], double rd [],
6363 double v [], double x [])
@@ -73,7 +73,7 @@ S_nlsb_iterate(double b[], double d[], double dr[], int iv[], int liv,
7373 fun (b , d , dr , iv , liv , lv , n , nd , p , r , rd , v , x );
7474}
7575
76- void attribute_hidden
76+ attribute_hidden void
7777S_rcont2 (int nrow , int ncol , const int nrowt [], const int ncolt [],
7878 int ntotal , const double fact [],
7979 int jwork [], int matrix [])
0 commit comments