commit | 55baff4c9bcbc001cbb8972c289ebfa356d4665b | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Tue Jan 21 21:40:13 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Tue Jan 21 21:40:13 2014 +0000 |
tree | bd086f9ddf8c5f2db9642ee04fc382064ebd2029 | |
parent | 91d457a27752fa125e9c6107bf51c918e021dc95 [diff] [blame] |
Revamp qstrs: they now include length and hash. Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
diff --git a/py/objzip.c b/py/objzip.c index 72db06a..6560a08 100644 --- a/py/objzip.c +++ b/py/objzip.c
@@ -3,6 +3,7 @@ #include "misc.h" #include "mpconfig.h" +#include "qstr.h" #include "obj.h" #include "runtime.h"