Skip to content

Commit

Permalink
Latest lbm
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Jul 26, 2024
1 parent 7518870 commit 06a9d6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lispBM/lispif_vesc_extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -5539,9 +5539,6 @@ void lispif_load_vesc_extensions(void) {
lbm_string_extensions_init();
}

// pull in from eval_cps
void lbm_request_gc(void);

static bool start_flatten_with_gc(lbm_flat_value_t *v, size_t buffer_size) {
if (lbm_start_flatten(v, buffer_size)) {
return true;
Expand Down

0 comments on commit 06a9d6c

Please sign in to comment.