rutils icon indicating copy to clipboard operation
rutils copied to clipboard

Remove inlining the macro void.

Open jcguu95 opened this issue 1 year ago • 0 comments

According to the standard (Declaration INLINE), inlining macros has no effect (nor an error), unless a compiler macro is provided for the name.

inline and notinline declarations otherwise have no effect when the lexically visible definition of function-name is a macro definition.

cf. https://www.lispworks.com/documentation/HyperSpec/Body/d_inline.htm#inline

Resolve issue(s): https://github.com/vseloved/rutils/issues/59 .

Tested with

(should-test:test :package (find-package :rutils.test))
(should-test:test :package (find-package :rtl)) ; 5 failures, but those are presented in the master  branch already.

jcguu95 avatar Apr 29 '24 15:04 jcguu95