Macro Incf-After

Part of:

package cl-ppcre
( incf-after < place > &optional < delta > )

Utility macro inspired by C's “place++”, i.e. first return the
value of PLACE and afterwards increment it by DELTA.