remove mpcf_maths from mpc.c and adjust maths test

This commit is contained in:
Carlos Rueda
2023-01-05 15:51:14 -08:00
parent bd32544d42
commit afbaab89fe
3 changed files with 22 additions and 22 deletions

1
mpc.h
View File

@@ -260,7 +260,6 @@ mpc_val_t *mpcf_all_free(int n, mpc_val_t** xs);
mpc_val_t *mpcf_freefold(int n, mpc_val_t** xs);
mpc_val_t *mpcf_strfold(int n, mpc_val_t** xs);
mpc_val_t *mpcf_maths(int n, mpc_val_t** xs);
/*
** Regular Expression Parsers