summaryrefslogtreecommitdiffstatshomepage
path: root/py/vm.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-06-08 13:26:02 +0100
committerDamien George <damien.p.george@gmail.com>2014-06-08 13:26:02 +0100
commit70c289a7a671dd783dc9beb93288a3d0b5c61513 (patch)
tree856afe4dbfbeea23134dd40275cbd1aa96a1d0ed /py/vm.c
parent9e951498b28706bac7347d3c599977c13d9515c4 (diff)
parent4480cb37118b662cf301953595b37704dc197d40 (diff)
downloadmicropython-70c289a7a671dd783dc9beb93288a3d0b5c61513.tar.gz
micropython-70c289a7a671dd783dc9beb93288a3d0b5c61513.zip
Merge branch 'marcusva-alloca'
Diffstat (limited to 'py/vm.c')
-rw-r--r--py/vm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/vm.c b/py/vm.c
index c084d89114..42709889cd 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -28,7 +28,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <alloca.h>
#include "mpconfig.h"
#include "nlr.h"