X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompat.lisp;h=a95b86f0280c2e20cdb5d1bb43b5af4a7592f65e;hb=99d65b4728aa706e7693ca9ba8de720d907538f1;hp=aeabc42d6f273a401d4a1a71e8fbd2e088a020a8;hpb=6f605676eab61eec005692317b149a47115837de;p=jscl.git diff --git a/src/compat.lisp b/src/compat.lisp index aeabc42..a95b86f 100644 --- a/src/compat.lisp +++ b/src/compat.lisp @@ -46,5 +46,6 @@ (apply #'concatenate 'string strs))) (defun /debug (x) + (declare (ignorable x)) ;; (write-line x) )