From eb6e5aec7684f2db4bab65b46b7d067d598bff85 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Wed, 31 Jul 2013 16:30:10 +0200 Subject: [PATCH] Add inlining comment, newline. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4