mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(SCM_CELL_WORD_LOC): Moved to "deprecated.h".
This commit is contained in:
parent
fba8fdc0d3
commit
41a2f6fc0c
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
#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);
|
void scm_i_init_deprecated (void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue