Skip to content

Commit 093e59e

Browse files
committed
Per suggestion from Sean, go ahead and export all symbols.
1 parent dcb156f commit 093e59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/express/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,6 @@ extern SC_EXPRESS_EXPORT void ERRORsafe( jmp_buf env );
226226
extern SC_EXPRESS_EXPORT void ERRORunsafe( void );
227227

228228
extern SC_EXPRESS_EXPORT char * ERRORget_warnings_help(const char* prefix, const char *eol);
229-
extern bool ERRORis_enabled(enum ErrorCode errnum);
229+
extern SC_EXPRESS_EXPORT bool ERRORis_enabled(enum ErrorCode errnum);
230230

231231
#endif /* ERROR_H */

0 commit comments

Comments
 (0)