[vlc-commits] Remove useless alloca() work-around
Rémi Denis-Courmont
git at videolan.org
Mon Sep 3 11:45:15 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 3 12:43:59 2012 +0300| [cbcf6bbdc8bd8c793ad95dacb2290fe13d302c24] | committer: Rémi Denis-Courmont
Remove useless alloca() work-around
We do not use (non-standard) alloca() anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbcf6bbdc8bd8c793ad95dacb2290fe13d302c24
---
include/vlc_common.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/vlc_common.h b/include/vlc_common.h
index 3a4bc53..ca928fe 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -827,10 +827,6 @@ static inline void SetQWLE (void *p, uint64_t qw)
# define O_NONBLOCK 0
# endif
-# ifndef alloca
-# define alloca _alloca
-# endif
-
# include <tchar.h>
#endif
More information about the vlc-commits
mailing list