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 c7d334e commit d88eab7Copy full SHA for d88eab7
py/parse2.h
@@ -23,8 +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_PARSE_H__
27
-#define __MICROPY_INCLUDED_PY_PARSE_H__
+#ifndef MICROPY_INCLUDED_PY_PARSE_H
+#define MICROPY_INCLUDED_PY_PARSE_H
28
29
#include <stddef.h>
30
#include <stdint.h>
@@ -130,4 +130,4 @@ typedef struct _mp_parse_t {
130
mp_parse_tree_t mp_parse(struct _mp_lexer_t *lex, mp_parse_input_kind_t input_kind);
131
void mp_parse_tree_clear(mp_parse_tree_t *tree);
132
133
-#endif // __MICROPY_INCLUDED_PY_PARSE_H__
+#endif // MICROPY_INCLUDED_PY_PARSE_H
0 commit comments