1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-11 02:30:32 +00:00

Favor C99 inline over __inline__. (#337)

This commit is contained in:
Bruce Mitchener
2021-02-09 10:11:31 +07:00
committed by GitHub
parent c19b184820
commit 78943073c3
2 changed files with 2 additions and 4 deletions

View File

@@ -69,7 +69,7 @@
} \
}
__inline__ static LispPTR
static inline LispPTR
aref_switch(int type, LispPTR tos, LispPTR baseL, int index)
{
LispPTR result;