This was released in Debian (Sid) on 11 Aug, 2016, and Fedora (24) on 30
Aug, 2016. It seems safe to omit these calls, since (a) most users
probably will signal an error by now, anyway; and (b) the worst-case
(SBCL ≤ 1.3.3) is losing some “short DEFSETF” references until they
upgrade, which are not terribly common.
With https://github.com/sbcl/sbcl/commit/6066c03a30a50d072f7d6b625ac5b8942a7a9c8d SBCL no longer exports (sb-int:info :setf :inverse symbol) separately; the “inverse” SetF is found through (sb-int:info :setf :expander symbol) now working for all types of SetF definitions. This was merged into SBCL-1.3.4 https://github.com/sbcl/sbcl/releases/tag/sbcl-1.3.4 (&seq.) released 31 Mar, 2016.
This was released in Debian (Sid) on 11 Aug, 2016, and Fedora (24) on 30 Aug, 2016. It seems safe to omit these calls, since (a) most users probably will signal an error by now, anyway; and (b) the worst-case (SBCL ≤ 1.3.3) is losing some “short DEFSETF” references until they upgrade, which are not terribly common.