Modernize obsolete inline order

This commit is contained in:
TGY
2023-08-16 00:48:40 +02:00
parent 562ef5fdca
commit b5ba95a6c0
10 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
static void __inline blas_lock(volatile BLASULONG *address){
static __inline void blas_lock(volatile BLASULONG *address){
#ifdef __GNUC__