chiark / gitweb /
src/module-parse.lisp: Use `dotted-name', not `dotted-identifier'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 14:16:18 +0000 (15:16 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commit002d481f71272b0605ac310f3cea595780dae531
tree225fa00b535979a2b380ef81e9508f49fb19d145
parentadd6883c4623cc42552bc3587aad866184f37c06
src/module-parse.lisp: Use `dotted-name', not `dotted-identifier'.

An identifier is a single token, and therefore can't be dotted.  I
appear to have gotten this one right everywhere else.
src/module-parse.lisp