From: Olof-Joachim Frahm Date: Wed, 31 Jul 2013 14:30:10 +0000 (+0200) Subject: Add inlining comment, newline. X-Git-Tag: 1.0.0~7 X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-mock.git;a=commitdiff_plain;h=eb6e5aec7684f2db4bab65b46b7d067d598bff85 Add inlining comment, newline. --- diff --git a/README.md b/README.md index 667b5d2..a873afe 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ interest. > => 23 > (OR) => 42, if FOO was inlined -The caveat is that this might not work on certain optimization settings. +The caveat is that this might not work on certain optimization settings, +including inlining. The underlying function `PROGF` may be used as well similarly to standard `PROG`: @@ -42,4 +43,5 @@ The underlying function `PROGF` may be used as well similarly to standard > => 23 > (OR) => 42, if FOO was inlined + [1]: http://common-lisp.net/project/closer/closer-mop.html