Skip to content
Snippets Groups Projects
Commit 10f196d0 authored by ram's avatar ram
Browse files

This commit was generated by cvs2svn to compensate for changes in r2660,

which included commits to RCS files with non-trunk default branches.
parents ac7aa9dc 1b55f5ea
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
(do* ((name (read-line file nil nil) (read-line file nil nil))
(length (if name (length name)) (if name (length name))))
((null name) tail)
(declare (simple-string name))
(declare (type (or simple-string null) name))
(cond ((zerop length))
((char= (char name 0) #\@)
(when (and (> length 1) (char= (char name 1) #\@))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment