(read_escape): Interpret \s as a SPACE character, except
authorKim F. Storm <storm@cua.dk>
Thu, 13 Feb 2003 12:44:57 +0000 (12:44 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 13 Feb 2003 12:44:57 +0000 (12:44 +0000)
commit37cd423857a5ca70550c59f932fdb7e2f1f3e420
tree83828c7a13b8bddadda6da88764a8676f0851143
parentc794a94d9af00b4bf8461d0f1e4f6c9282767c5e
(read_escape): Interpret \s as a SPACE character, except
for \s-X in a character constant which still is the super modifier.
(read1): Signal an `invalid read syntax' error if a character
constant is immediately followed by a digit or symbol character.
src/ChangeLog
src/lread.c