Update release notes as per Michael's review comment

This commit is contained in:
Ralph Lange
2017-04-03 09:55:06 +02:00
parent 9e778511ee
commit 9bfc8d8fad

View File

@@ -62,11 +62,15 @@ of base you need something like:</p>
<blockquote><pre>
#include "epicsVersion.h"
#ifdef VERSION_INT
#if EPICS_VERSION_INT < VERSION_INT(3,16,0,2)
#define RECSUPFUN_CAST (RECSUPFUN)
#else
#define RECSUPFUN_CAST
#endif
#endif
#else
#define RECSUPFUN_CAST (RECSUPFUN)
#endif
</pre></blockquote>
<p>and then replace <tt>(RECSUPFUN)</tt> with <tt>RECSUPFUN_CAST</tt>