simplify GIMME_V
authorDavid Mitchell <davem@iabyn.com>
Sun, 4 Nov 2012 18:23:25 +0000 (18:23 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sun, 4 Nov 2012 18:23:25 +0000 (18:23 +0000)
commitfe61507474beae24ce859f6a443854c17458e726
treefcaa3bc5a5ef3b29520e895af6bc5b74e2610ff1
parentf5e87f961187cd72b7425ff1a947e5aaa4349032
simplify GIMME_V

Since OPf_WANT_VOID == G_VOID etc, we can substantially simplify
the OP_GIMME macro (which is what implements GIMME_V).
This saves 588 bytes in the perl executable on my -O2 system.
op.h