1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

(SCM_CELL_WORD_LOC): Moved to "deprecated.h".

This commit is contained in:
Marius Vollmer 2004-05-06 16:42:50 +00:00
parent fba8fdc0d3
commit 41a2f6fc0c

View file

@ -300,6 +300,11 @@ SCM_API SCM scm_gentemp (SCM prefix, SCM obarray);
#define SCM_VALIDATE_OPDIR(pos, port) SCM_MAKE_VALIDATE (pos, port, OPDIRP)
/* Deprecated because we can not safely cast a SCM* to a scm_t_bits*
*/
#define SCM_CELL_WORD_LOC(x, n) ((scm_t_bits*)SCM_CELL_OBJECT_LOC((x),(n)))
void scm_i_init_deprecated (void);
#endif