Skip to content

Commit

Permalink
rizin-shell-parser: Fix build with newest tree-sitter (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Jan 29, 2024
1 parent 6c016fc commit 07f92a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subprojects/rizin-shell-parser/src/parser.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subprojects/rizin-shell-parser/src/scanner.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: 2020 ret2libc <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <tree_sitter/parser.h>
#include "tree_sitter/parser.h"
#include <ctype.h>
#include <wctype.h>
#include <stdio.h>
Expand Down

0 comments on commit 07f92a8

Please sign in to comment.