Skip to content

Commit

Permalink
fix: Pelles-C doesn't handle HEDLEY_IS_CONSTEXPR correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Sep 13, 2024
1 parent d302f52 commit ede7975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
version:
# https://community.chocolatey.org/packages/pelles-c#versionhistory
# - "12.0.2"
- "12.0.2"
- "11.0.2"
# - "10.0.6"
- "9.00.0.0"
Expand Down
1 change: 1 addition & 0 deletions hedley.h
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ HEDLEY_DIAGNOSTIC_POP
( \
defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201112L) && \
!defined(HEDLEY_SUNPRO_VERSION) && \
!defined(HEDLEY_PELLES_VERSION) && \
!defined(HEDLEY_PGI_VERSION) && \
!defined(HEDLEY_IAR_VERSION)) || \
(HEDLEY_HAS_EXTENSION(c_generic_selections) && !defined(HEDLEY_IAR_VERSION)) || \
Expand Down

0 comments on commit ede7975

Please sign in to comment.