mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* numbers.h: Added #include "libguile/print.h".
This commit is contained in:
parent
ed8c86364e
commit
34f74fe1cc
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
|
||||
#include "libguile/__scm.h"
|
||||
|
||||
#include "libguile/print.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -170,6 +172,9 @@
|
|||
# define SCM_LONGLONGBIGUP(x) ((ulong_long)(x) << SCM_BITSPERDIG)
|
||||
# define SCM_BIGDN(x) ((x) >> SCM_BITSPERDIG)
|
||||
# define SCM_BIGLO(x) ((x) & (SCM_BIGRAD-1))
|
||||
|
||||
extern char scm_s_bignum[];
|
||||
|
||||
#endif /* def BIGNUMS */
|
||||
|
||||
#ifndef SCM_BIGDIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue