]> git.sesse.net Git - vlc/commitdiff
Remove useless alloca() work-around
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 3 Sep 2012 09:43:59 +0000 (12:43 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 3 Sep 2012 09:45:28 +0000 (12:45 +0300)
We do not use (non-standard) alloca() anymore.

include/vlc_common.h

index 3a4bc534eb819110538c1cbea5809dfc788a3648..ca928febaa566ae56f5a8ef0e44f9fec769dc51b 100644 (file)
@@ -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