1
Fork 0
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:
Mikael Djurfeldt 1999-01-10 07:38:05 +00:00
parent ed8c86364e
commit 34f74fe1cc

View file

@ -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