Fix a compilation warning on LispWorks
When a function is declared as `inline` on LispWorks, the definition must appear before it is used otherwise a warning is issued.
parent
2820d551
Please register or sign in to comment
When a function is declared as `inline` on LispWorks, the definition must appear before it is used otherwise a warning is issued.