Skip to content

Commit d88eab7

Browse files
committed
py/parse2.h: Update to work with new version, v1.9.2.
1 parent c7d334e commit d88eab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

py/parse2.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
* THE SOFTWARE.
2525
*/
26-
#ifndef __MICROPY_INCLUDED_PY_PARSE_H__
27-
#define __MICROPY_INCLUDED_PY_PARSE_H__
26+
#ifndef MICROPY_INCLUDED_PY_PARSE_H
27+
#define MICROPY_INCLUDED_PY_PARSE_H
2828

2929
#include <stddef.h>
3030
#include <stdint.h>
@@ -130,4 +130,4 @@ typedef struct _mp_parse_t {
130130
mp_parse_tree_t mp_parse(struct _mp_lexer_t *lex, mp_parse_input_kind_t input_kind);
131131
void mp_parse_tree_clear(mp_parse_tree_t *tree);
132132

133-
#endif // __MICROPY_INCLUDED_PY_PARSE_H__
133+
#endif // MICROPY_INCLUDED_PY_PARSE_H

0 commit comments

Comments
 (0)