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:
parent
a798ac8c42
commit
c11a6400fa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue