py/parse2.h: Update to work with new version, v1.9.2.
This commit is contained in:
parent
c7d334e047
commit
d88eab7445
|
@ -23,8 +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_PARSE_H__
|
#ifndef MICROPY_INCLUDED_PY_PARSE_H
|
||||||
#define __MICROPY_INCLUDED_PY_PARSE_H__
|
#define MICROPY_INCLUDED_PY_PARSE_H
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -130,4 +130,4 @@ typedef struct _mp_parse_t {
|
||||||
mp_parse_tree_t mp_parse(struct _mp_lexer_t *lex, mp_parse_input_kind_t input_kind);
|
mp_parse_tree_t mp_parse(struct _mp_lexer_t *lex, mp_parse_input_kind_t input_kind);
|
||||||
void mp_parse_tree_clear(mp_parse_tree_t *tree);
|
void mp_parse_tree_clear(mp_parse_tree_t *tree);
|
||||||
|
|
||||||
#endif // __MICROPY_INCLUDED_PY_PARSE_H__
|
#endif // MICROPY_INCLUDED_PY_PARSE_H
|
||||||
|
|
Loading…
Reference in New Issue