summaryrefslogtreecommitdiff
path: root/py/objfun.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-08 13:18:14 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-08 13:18:14 +0100
commitdf896eceef27bc9a159bd62cdd78c66a56462544 (patch)
treeb3dce6a1d4cdb931e784c380ab813012a35ddaba /py/objfun.c
parent9e951498b28706bac7347d3c599977c13d9515c4 (diff)
parent0c90eb16586d6c15d619666687449b3351e536fc (diff)
Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca
Diffstat (limited to 'py/objfun.c')
-rw-r--r--py/objfun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objfun.c b/py/objfun.c
index 5743fa550..d63acc687 100644
--- a/py/objfun.c
+++ b/py/objfun.c
@@ -28,7 +28,6 @@
#include <stdbool.h>
#include <string.h>
#include <assert.h>
-#include <alloca.h>
#include "mpconfig.h"
#include "nlr.h"