src/parser/parser-expr-impl.lisp: Compare paren tags with `eql'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Sep 2015 13:15:40 +0000 (14:15 +0100)
commit54fa70952116ba0eb0f95b31376c925ae3c6dad2
treed237261fb75bb226de868a02dd9b6210868f3d90
parent88b38efdc57dffee6f83ea881a1740531b97754c
src/parser/parser-expr-impl.lisp: Compare paren tags with `eql'.

They're often characters, which can't reliably be compared with `eq'.
Not sure what I was thinking, really.
src/parser/parser-expr-impl.lisp