1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

* raw-ltdl.h: add SCM_INSERTED_DLSYMLIST_STRUCT_DECL so we can

insert our own struct name here.
This commit is contained in:
Rob Browning 2002-10-09 21:16:24 +00:00
parent a798ac8c42
commit c11a6400fa

View file

@ -211,7 +211,7 @@ LT_SCOPE void (*lt_dlfree) LT_PARAMS((lt_ptr ptr));
/* A preopened symbol. Arrays of this type comprise the exported
symbols for a dlpreopened module. */
typedef struct {
typedef struct SCM_INSERTED_DLSYMLIST_STRUCT_DECL {
const char *name;
lt_ptr address;
} lt_dlsymlist;