X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fstring.lisp;h=8aba28ed7914c940d60e9338c6bd672f40aa16db;hb=29c5587e4ad81dd1442c5f54cc686a45f7cb9d2e;hp=1a2786768daa425c9c1ca1df0c4cb9602b288463;hpb=e672c12735de63ac9ad04624ddf68ea06a8fe3c3;p=jscl.git diff --git a/src/string.lisp b/src/string.lisp index 1a27867..8aba28e 100644 --- a/src/string.lisp +++ b/src/string.lisp @@ -13,6 +13,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading string.lisp!") + (defun stringp (s) (stringp s))