summaryrefslogtreecommitdiff
path: root/audio/pd/patches/patch-src_x__list.c
blob: ce4e28568bae1b96448f874f9fed94e0843fba80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-src_x__list.c,v 1.1.1.1 2011/09/15 01:05:05 wiz Exp $

alloca.h is not portable.

--- src/x_list.c.orig	2010-07-21 18:37:47.000000000 +0000
+++ src/x_list.c
@@ -4,11 +4,7 @@
 
 #include "m_pd.h"
 /* #include <string.h> */
-#ifdef MSW
 #include <malloc.h>
-#else
-#include <alloca.h>
-#endif
 
 extern t_pd *newest;