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:
parent
c4929149b9
commit
04d894fdb2
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue