diff options
Diffstat (limited to 'lang/micropython/files/patch-runtime.c')
-rw-r--r-- | lang/micropython/files/patch-runtime.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/micropython/files/patch-runtime.c b/lang/micropython/files/patch-runtime.c deleted file mode 100644 index 264f57ecc377..000000000000 --- a/lang/micropython/files/patch-runtime.c +++ /dev/null @@ -1,14 +0,0 @@ ---- ../py/runtime.c.orig 2014-06-04 22:05:32.000000000 +0200 -+++ ../py/runtime.c 2014-06-04 22:06:16.000000000 +0200 -@@ -27,7 +27,11 @@ - #include <stdio.h> - #include <string.h> - #include <assert.h> -+#ifndef __FreeBSD__ - #include <alloca.h> -+#else -+#include <stdlib.h> /* alloca() */ -+#endif - - #include "mpconfig.h" - #include "nlr.h" |