Skip to content

Commit

Permalink
Merge pull request #310 from psumbera/master
Browse files Browse the repository at this point in the history
Fix Solaris GCC 14 build.
  • Loading branch information
kkos authored Sep 24, 2024
2 parents 5666d4a + 9ed4306 commit 2da403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regint.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
#include <stdint.h>
#endif

#if defined(HAVE_ALLOCA_H) && !defined(__GNUC__)
#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
#endif

Expand Down

0 comments on commit 2da403b

Please sign in to comment.