Make COMPILE-FILE detect multiply-defined global macros in one file.
commit2df8b5d712a00405436f483d9448c90f5319a7e3
authorDouglas Katzman <dougk@google.com>
Mon, 13 Oct 2014 12:41:18 +0000 (13 08:41 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 13 Oct 2014 12:55:52 +0000 (13 08:55 -0400)
tree7f73e90fb487136c0e946ce3e79ff9812582ecce
parent35b8c03155fa9895294421ca4a9f2d43df80003a
Make COMPILE-FILE detect multiply-defined global macros in one file.

This patch is lenient - notifying the user of the situation with a
style-warning but allowing it.
package-data-list.lisp-expr
src/code/condition.lisp
src/code/defmacro.lisp
src/code/macros.lisp
src/compiler/ir1tran-lambda.lisp
tests/compiler.impure.lisp