Skip to content

Commit

Permalink
Add static_assert define for z/OS (#2385)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Essenmacher <[email protected]>
Co-authored-by: Charles Volzka <[email protected]>
  • Loading branch information
mikeessen and cjvolzka authored Jul 24, 2023
1 parent fa2864d commit 1f81646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Support/SmallFPConversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

#include <stdint.h>

#ifdef __MVS__
#define static_assert _Static_assert
#endif

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 1f81646

Please sign in to comment.