1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 20:02:37 +00:00

If "inline" is used it should be the first attribute in the procedure declaration.

modified:   ../inc/my.h
This commit is contained in:
Nick Briggs
2020-11-27 14:52:03 -08:00
parent 8dda1fe2a8
commit bc702f74ad

View File

@@ -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;