vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to