We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb156f commit 093e59eCopy full SHA for 093e59e
1 file changed
include/express/error.h
@@ -226,6 +226,6 @@ extern SC_EXPRESS_EXPORT void ERRORsafe( jmp_buf env );
226
extern SC_EXPRESS_EXPORT void ERRORunsafe( void );
227
228
extern SC_EXPRESS_EXPORT char * ERRORget_warnings_help(const char* prefix, const char *eol);
229
-extern bool ERRORis_enabled(enum ErrorCode errnum);
+extern SC_EXPRESS_EXPORT bool ERRORis_enabled(enum ErrorCode errnum);
230
231
#endif /* ERROR_H */
0 commit comments