From bc702f74ad8cb91fae5f0607c930e7faa5ae727d Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 27 Nov 2020 14:52:03 -0800 Subject: [PATCH] If "inline" is used it should be the first attribute in the procedure declaration. modified: ../inc/my.h --- inc/my.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/my.h b/inc/my.h index b508db4..c5b7609 100755 --- a/inc/my.h +++ b/inc/my.h @@ -127,7 +127,7 @@ }/* end switch typenumber */ \ } #else -static LispPTR __inline__ +__inline__ static LispPTR aref_switch(int type, LispPTR tos, LispPTR baseL, int index) { LispPTR result;