projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b0ded
)
Add support for STRINGP function
author
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Sun, 12 May 2013 11:45:59 +0000
(13:45 +0200)
committer
Alfredo Beaumont
<alfredo.beaumont@gmail.com>
Sun, 12 May 2013 11:45:59 +0000
(13:45 +0200)
src/string.lisp
patch
|
blob
|
history
diff --git
a/src/string.lisp
b/src/string.lisp
index
04aa7f1
..
d48ff3e
100644
(file)
--- a/
src/string.lisp
+++ b/
src/string.lisp
@@
-25,6
+25,9
@@
(unless (char= (char s1 i) (char s2 i))
(return-from string= nil))))))
+(defun stringp (s)
+ (stringp s))
+
(define-setf-expander char (string index)
(let ((g!string (gensym))
(g!index (gensym))