1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* tags.h (SCM_UNPACK_CAR, SCM_NDOUBLE_CELLP): Removed.

This commit is contained in:
Mikael Djurfeldt 2000-06-19 10:05:08 +00:00
parent c4929149b9
commit 04d894fdb2

View file

@ -576,9 +576,6 @@ extern char *scm_isymnames[]; /* defined in print.c */
#if (SCM_DEBUG_DEPRECATED == 0)
#define SCM_UNPACK_CAR(x) (SCM_CELL_WORD_0 (x))
#define SCM_NDOUBLE_CELLP(x) (!SCM_DOUBLE_CELLP (x))
#define scm_tc16_flo scm_tc16_real
#define scm_tc_flo 0x017fL
#define scm_tc_dblr scm_tc16_real