Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
cd0987f5
Commit
cd0987f5
authored
7 years ago
by
Alexander Steffen
Committed by
Paul Sokolovsky
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
py/frozenmod.h: Add missing header guards
parent
f8ac2896
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
py/frozenmod.h
+4
-0
4 additions, 0 deletions
py/frozenmod.h
with
4 additions
and
0 deletions
py/frozenmod.h
+
4
−
0
View file @
cd0987f5
...
@@ -23,6 +23,8 @@
...
@@ -23,6 +23,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
* THE SOFTWARE.
*/
*/
#ifndef __MICROPY_INCLUDED_PY_FROZENMOD_H__
#define __MICROPY_INCLUDED_PY_FROZENMOD_H__
#include
"py/lexer.h"
#include
"py/lexer.h"
...
@@ -35,3 +37,5 @@ enum {
...
@@ -35,3 +37,5 @@ enum {
int
mp_find_frozen_module
(
const
char
*
str
,
size_t
len
,
void
**
data
);
int
mp_find_frozen_module
(
const
char
*
str
,
size_t
len
,
void
**
data
);
const
char
*
mp_find_frozen_str
(
const
char
*
str
,
size_t
*
len
);
const
char
*
mp_find_frozen_str
(
const
char
*
str
,
size_t
*
len
);
mp_import_stat_t
mp_frozen_stat
(
const
char
*
str
);
mp_import_stat_t
mp_frozen_stat
(
const
char
*
str
);
#endif // __MICROPY_INCLUDED_PY_FROZENMOD_H__
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment