diff options
author | Rob Browning <rlb@defaultvalue.org> | 2002-10-09 21:16:24 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2002-10-09 21:16:24 +0000 |
commit | c11a6400fa1e263ba4967af371f5f0e32efee5d8 (patch) | |
tree | 1267c31f527c1577547192d06817795b1a07ab4d | |
parent | a798ac8c4268fca0ec43539692006e6f355e5fa5 (diff) | |
download | guile-c11a6400fa1e263ba4967af371f5f0e32efee5d8.tar.gz |
* raw-ltdl.h: add SCM_INSERTED_DLSYMLIST_STRUCT_DECL so we can
insert our own struct name here.
-rw-r--r-- | libguile-ltdl/raw-ltdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile-ltdl/raw-ltdl.h b/libguile-ltdl/raw-ltdl.h index 89b5af34d..632168bdb 100644 --- a/libguile-ltdl/raw-ltdl.h +++ b/libguile-ltdl/raw-ltdl.h @@ -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; |