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

@@ -55,7 +55,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef ASSEMBLER
static void __inline blas_lock(volatile BLASULONG *address){
static __inline void blas_lock(volatile BLASULONG *address){
BLASULONG ret;