mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-01 02:00:36 -08:00
Remove unused functions extended_{mul,div}().
This commit is contained in:
parent
9724cc060a
commit
feeea3db1a
1 changed files with 0 additions and 6 deletions
|
|
@ -188,12 +188,6 @@ extern void init_interpreter(void);
|
|||
extern void init_conditional(void);
|
||||
|
||||
|
||||
/* earith.c */
|
||||
|
||||
extern void extended_mul(int d, int q, int r, int *hp, int *lp);
|
||||
extern void extended_div(int d, int h, int l, int *qp, int *rp);
|
||||
|
||||
|
||||
/* error.c */
|
||||
|
||||
extern cl_object null_string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue