diff options
Diffstat (limited to 'py/scope.h')
-rw-r--r-- | py/scope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/scope.h b/py/scope.h index 80834d9367..4aa3538510 100644 --- a/py/scope.h +++ b/py/scope.h @@ -44,7 +44,7 @@ typedef struct _id_info_t { // when it's an ID_INFO_KIND_LOCAL this is the unique number of the local // whet it's an ID_INFO_KIND_CELL/FREE this is the unique number of the closed over variable uint16_t local_num; - qstr qstr; + qstr qst; } id_info_t; // scope is a "block" in Python parlance |