mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 05:48:20 +08:00
New function tyscm_scm_to_type.
gdb/ChangeLog: * guile/guile-internal.h (tyscm_scm_to_type): Declare. * guile/scm-type.c (tyscm_scm_to_type): New function.
This commit is contained in:
@ -561,6 +561,8 @@ extern SCM tyscm_scm_from_type (struct type *type);
|
||||
extern type_smob *tyscm_get_type_smob_arg_unsafe (SCM type_scm, int arg_pos,
|
||||
const char *func_name);
|
||||
|
||||
extern struct type *tyscm_scm_to_type (SCM t_scm);
|
||||
|
||||
extern struct type *tyscm_type_smob_type (type_smob *t_smob);
|
||||
|
||||
extern SCM tyscm_scm_from_field (SCM type_scm, int field_num);
|
||||
|
Reference in New Issue
Block a user