From 27fb45eb1c95f9cc02f4ed1b9d573ece0d4c1a18 Mon Sep 17 00:00:00 2001 From: Damien Date: Sun, 20 Oct 2013 15:07:49 +0100 Subject: Add local_num skeleton framework to deref/closure emit calls. --- py/scope.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/scope.h') diff --git a/py/scope.h b/py/scope.h index 1b626c8ec..9a04c56f6 100644 --- a/py/scope.h +++ b/py/scope.h @@ -7,6 +7,7 @@ enum { }; typedef struct _id_info_t { + // TODO compress this info to make structure smaller in memory bool param; int kind; qstr qstr; -- cgit v1.2.3