Rename parser* files to parse*
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
#include "parser.h"
|
||||
#include "parse.h"
|
||||
#include "testing.h"
|
||||
|
||||
#define PARSE_EXPR_STRING(s, r) parse_expr(s, strlen(s), r)
|
||||
Reference in New Issue
Block a user