src/: Error message cleanup.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commita1985b3cf0ca42f573b8599ec50a0f162a26c314
tree8c90bf775ccbc5aaeef7405d97e7cfd6c4de8d4c
parentd63df20adbac17c905f711af54d7c94b9079209b
src/: Error message cleanup.

  * Remove trailing `.'s from messages, to fit in with Unix conventions
    when they're output.  They'll look a little strange inside Lisp, but
    that's the right error to make.

  * Fix a `~a' to `~A' for consistency with everything else.
15 files changed:
src/c-types-impl.lisp
src/c-types-parse.lisp
src/c-types-proto.lisp
src/class-finalize-impl.lisp
src/codegen-impl.lisp
src/fragment-parse.lisp
src/method-aggregate.lisp
src/module-parse.lisp
src/optparse.lisp
src/parser/package.lisp
src/parser/parser-proto.lisp
src/parser/scanner-charbuf-impl.lisp
src/parser/scanner-proto.lisp
src/pset-impl.lisp
src/utilities.lisp