1 parent 0c0f446 commit 73c98d8Copy full SHA for 73c98d8
2 files changed
py/mpconfig.h
@@ -28,7 +28,7 @@
28
// You can override any of these options using mpconfigport.h file located
29
// in a directory of your port.
30
31
-#include <mpconfigport.h>
+#include "mpconfigport.h"
32
33
// Any options not explicitly set in mpconfigport.h will get default
34
// values below.
py/qstr.c
@@ -77,7 +77,7 @@ typedef struct _qstr_pool_t {
77
const byte *qstrs[];
78
} qstr_pool_t;
79
80
-const static qstr_pool_t const_pool = {
+STATIC const qstr_pool_t const_pool = {
81
NULL, // no previous pool
82
0, // no previous pool
83
10, // set so that the first dynamically allocated pool is twice this size; must be <= the len (just below)
0 commit comments