Skip to content

Commit

Permalink
core-version: define EQUAL_GNUC for all compiler times
Browse files Browse the repository at this point in the history
Fix TCC compiler error

Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Dec 28, 2023
1 parent 75fc32c commit a34d126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
#endif
#else
#define NEED_GNUC(major, minor, patchlevel) (0)
#define EQUAL_GNUC(major, minor, patchlevel) (0)
#endif

#if defined(__clang__) && \
Expand Down

0 comments on commit a34d126

Please sign in to comment.