Skip to content

Commit

Permalink
py/frozenmod.h: Add missing header guards
Browse files Browse the repository at this point in the history
  • Loading branch information
webmeister authored and pfalcon committed Jun 27, 2017
1 parent f8ac289 commit cd0987f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/frozenmod.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
#ifndef __MICROPY_INCLUDED_PY_FROZENMOD_H__
#define __MICROPY_INCLUDED_PY_FROZENMOD_H__

#include "py/lexer.h"

Expand All @@ -35,3 +37,5 @@ enum {
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);
mp_import_stat_t mp_frozen_stat(const char *str);

#endif // __MICROPY_INCLUDED_PY_FROZENMOD_H__

0 comments on commit cd0987f

Please sign in to comment.