* CLisp rightfully complains about this when used as a build host
(defun c-name (string &optional strip)
(delete #\+
- (nsubstitute-if #\_ (lambda (c) (member c '(#\- #\/ #\%)))
- (remove-if (lambda (c) (position c strip))
- string))))
+ (substitute-if #\_ (lambda (c) (member c '(#\- #\/ #\%)))
+ (remove-if (lambda (c) (position c strip))
+ string))))
(defun c-symbol-name (symbol &optional strip)
(c-name (symbol-name symbol) strip))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.4.103"
+"1.0.4.104"