From c11a6400fa1e263ba4967af371f5f0e32efee5d8 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 9 Oct 2002 21:16:24 +0000 Subject: [PATCH] * raw-ltdl.h: add SCM_INSERTED_DLSYMLIST_STRUCT_DECL so we can insert our own struct name here. --- libguile-ltdl/raw-ltdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;