Split bitops-derive-type.lisp out of srctran.lisp.
authorLutz Euler <lutz.euler@freenet.de>
Mon, 29 Apr 2013 20:35:01 +0000 (22:35 +0200)
committerLutz Euler <lutz.euler@freenet.de>
Mon, 29 Apr 2013 20:35:01 +0000 (22:35 +0200)
commit423b1f8cba83d16e57e852a51cf5d51ef709b2ed
tree2adcb23533f4cf20f7adfb3ade56c979b0680b12
parenta92a8d84d5b97d7504437bdcb04917162609a66c
Split bitops-derive-type.lisp out of srctran.lisp.

The moved part contains DERIVE-TYPE methods for LOGAND, LOGIOR, and
friends. The split is motivated by srctran.lisp being too large and
by planned changes to these type derivers.
build-order.lisp-expr
src/compiler/bitops-derive-type.lisp [new file with mode: 0644]
src/compiler/srctran.lisp