Skip to content

Commit bc56804

Browse files
committed
Fix pcc_ast.peg
1 parent 27cde3b commit bc56804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import/code/pcc_ast.peg

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void ${prefix}_ast_node_custom_data__finalize(${prefix}_ast_node_custom_data_t *
136136
}
137137

138138
%source {
139-
#define ${prefix}_ast__matched_range() ${prefix}_ast_range__new(pcc_capture__0s, pcc_capture__0e)
139+
#define ${prefix}_ast__matched_range() ${prefix}_ast_range__new(_0s, _0e)
140140

141141
#define ${prefix}_ast_node__create_0() ${prefix}_ast_node__create_nullary(auxil, ${prefix}_ast__matched_range(), 0)
142142
#define ${prefix}_ast_node__create_0_str(str) ${prefix}_ast_node__create_nullary_with_literal(auxil, ${prefix}_ast__matched_range(), 0, str)

0 commit comments

Comments
 (0)