We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ac289 commit cd0987fCopy full SHA for cd0987f
py/frozenmod.h
@@ -23,6 +23,8 @@
23
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
* THE SOFTWARE.
25
*/
26
+#ifndef __MICROPY_INCLUDED_PY_FROZENMOD_H__
27
+#define __MICROPY_INCLUDED_PY_FROZENMOD_H__
28
29
#include "py/lexer.h"
30
@@ -35,3 +37,5 @@ enum {
35
37
int mp_find_frozen_module(const char *str, size_t len, void **data);
36
38
const char *mp_find_frozen_str(const char *str, size_t *len);
39
mp_import_stat_t mp_frozen_stat(const char *str);
40
+
41
+#endif // __MICROPY_INCLUDED_PY_FROZENMOD_H__
0 commit comments