Remove STACKP option to DEFINE-FOP.
commitc86a3cf1955b73c8fe6d09ab3ed3741f11dcac58
authorDouglas Katzman <dougk@google.com>
Wed, 17 Sep 2014 01:04:15 +0000 (16 21:04 -0400)
committerDouglas Katzman <dougk@google.com>
Wed, 17 Sep 2014 01:04:15 +0000 (16 21:04 -0400)
treedc0b19cfc5276d14b6519cbd6d7d853bd234d3a6
parentb615bbccb0c00982db493191c35c3fc921a1583e
Remove STACKP option to DEFINE-FOP.

Previously the two boolean flags implied 4 possibilities
which didn't all exist. stackp=pushp of either T of NIL made sense,
but <stackp=nil,pushp=t> was nonsense, and <stackp=t,pushp=nil>
was a don't-care because no useful information is conveyed by
stating that an operation involves the stack.
src/code/fop.lisp