1.0.37.60: fix backtick problem breaking e.g. literal struct parsing.
authorcracauer <cracauer>
Fri, 23 Apr 2010 18:25:51 +0000 (18:25 +0000)
committercracauer <cracauer>
Fri, 23 Apr 2010 18:25:51 +0000 (18:25 +0000)
commit0f58daba6105baf01719151c399b2ec510d51b3a
tree2fb19ab1954f09b235007b8553121402e256d308
parent2936871808ba75ff33a6c199c23985373e5735ac
1.0.37.60: fix backtick problem breaking e.g. literal struct parsing.

Fix a typo that sneaked in when committing a diff submitted by Stas
Boukarev, version 1.0.36.21, launchpad bug #309093.

This makes literal struct parsing work again.

(defstruct foo (r nil :type (or null simple-vector)))
#S(foo :r #(#x00 #x11 #x22 #x33 #x44 #x55 #x66 #x77))

==> now works again.
src/code/sharpm.lisp
version.lisp-expr