* raw-ltdl.h: add SCM_INSERTED_DLSYMLIST_STRUCT_DECL so we can
authorRob Browning <rlb@defaultvalue.org>
Wed, 9 Oct 2002 21:16:24 +0000 (21:16 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 9 Oct 2002 21:16:24 +0000 (21:16 +0000)
insert our own struct name here.

libguile-ltdl/raw-ltdl.h

index 89b5af3..632168b 100644 (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;