Skip to content

Commit

Permalink
Do not use HAVE_ALLOCA_H
Browse files Browse the repository at this point in the history
The codes uses alloca(3) in all cases.
  • Loading branch information
LudovicRousseau committed May 5, 2024
1 parent b84cee1 commit ce24c63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/readerfactory.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <errno.h>
#include <fcntl.h>
#include <pthread.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include <stdatomic.h>
#include <stdbool.h>

Expand Down

0 comments on commit ce24c63

Please sign in to comment.