common-lisp.net
/
users/frideau/meta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e90a59d
)
Use simple-string, not simple-base-string. - Patch by Kan-Ru Chen <kanru@kanru.info>
author
Francois-Rene Rideau
<tunes@google.com>
Wed, 25 Jul 2012 22:49:26 +0000 (18:49 -0400)
committer
Francois-Rene Rideau
<tunes@google.com>
Wed, 25 Jul 2012 22:49:26 +0000 (18:49 -0400)
meta-src.lisp
patch
|
blob
|
blame
|
history
diff --git
a/meta-src.lisp
b/meta-src.lisp
index
fbfbb8c
..
96fdaea
100644
(file)
--- a/
meta-src.lisp
+++ b/
meta-src.lisp
@@
-180,7
+180,7
@@
(index ,start)
(end ,(or end `(length ,source-symbol))))
(declare (fixnum index end)
- (type simple-base-string ,source-symbol))
+ (type simple-string ,source-symbol))
(macrolet ((match (x)
(compileit x
:meta-parser-type :string