mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
..and removed the rest of the alloca()s too
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@918 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
32790f1515
commit
cfd50ce9cd
4 changed files with 21 additions and 25 deletions
|
|
@ -10,10 +10,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "popt.h"
|
||||
|
||||
static const int poptArgvArrayGrowDelta = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue