aboutsummaryrefslogtreecommitdiff
path: root/lang/micropython/files/patch-objfun.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/micropython/files/patch-objfun.c')
-rw-r--r--lang/micropython/files/patch-objfun.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/micropython/files/patch-objfun.c b/lang/micropython/files/patch-objfun.c
deleted file mode 100644
index fe0ee281fd9e..000000000000
--- a/lang/micropython/files/patch-objfun.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../py/objfun.c.orig 2014-06-04 22:09:47.000000000 +0200
-+++ ../py/objfun.c 2014-06-04 22:10:16.000000000 +0200
-@@ -27,7 +27,11 @@
- #include <stdbool.h>
- #include <string.h>
- #include <assert.h>
-+#ifndef __FreeBSD__
- #include <alloca.h>
-+#else
-+#include <stdlib.h>
-+#endif
-
- #include "mpconfig.h"
- #include "nlr.h"