mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Create lrzip_private.h
Fix defining the builtin_alloca for gcc which we missed in testing
This commit is contained in:
parent
4ceee58572
commit
884afda777
|
|
@ -48,6 +48,8 @@
|
|||
# include <alloca.h>
|
||||
#elif defined _AIX
|
||||
# define alloca __alloca
|
||||
#elif defined __GNUC__
|
||||
# define alloca __builtin_alloca
|
||||
#elif defined _MSC_VER
|
||||
# include <malloc.h>
|
||||
# define alloca _alloca
|
||||
|
|
|
|||
Loading…
Reference in a new issue