File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ struct sg_partial_scope_stack {
294
294
// The handle of the first element in the partial scope stack, or SG_LIST_EMPTY_HANDLE if the
295
295
// list is empty, or 0 if the list is null.
296
296
sg_partial_scope_stack_cell_handle cells ;
297
- enum sg_deque_direction direction ;
298
297
uint32_t length ;
299
298
// The scope stack variable representing the unknown content of a partial scope stack, or 0 if
300
299
// the variable is missing. (If so, this partial scope stack can only match a scope stack
@@ -345,7 +344,6 @@ struct sg_partial_symbol_stack {
345
344
// The handle of the first element in the partial symbol stack, or SG_LIST_EMPTY_HANDLE if the
346
345
// list is empty, or 0 if the list is null.
347
346
sg_partial_symbol_stack_cell_handle cells ;
348
- enum sg_deque_direction direction ;
349
347
uint32_t length ;
350
348
// The symbol stack variable representing the unknown content of a partial symbol stack, or 0
351
349
// if the variable is missing. (If so, this partial symbol stack can only match a symbol
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ impl Default for sg_deque_direction {
121
121
122
122
/// Ensures all partial paths in the database are availabe in both forwards and backwards orientation.
123
123
#[ no_mangle]
124
- pub extern "C" fn sg_partial_path_database_ensure_reversal_available (
124
+ pub extern "C" fn sg_partial_path_database_ensure_both_directions (
125
125
db : * mut sg_partial_path_database ,
126
126
partials : * mut sg_partial_path_arena ,
127
127
) {
You can’t perform that action at this time.
0 commit comments