This document describes how to convert a R3.14.6 application so that it builds with release R3.14.7.
To make the run-time code reentrant, thus allowing more than one instance of the state program to run on an IOC add the line "_SNCFLAGS += +r" to the Makefile, replacing with the state notation language code file name.
Add the following lines #include "epicsExit.h" epicsExit(0);