sh: make smark a static variable instead of a local in main()
We are modifying it after setjmp and then accessing it after the jump,
so it cannot be a local.
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D40415
sh: make smark a static variable instead of a local in main() Tags None Referenced Files None Subscribers None
Description
Details
|