diff --git a/ChangeLog b/ChangeLog index 61d55cae0..2af07e0e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1997-12-01 Tim Pierce + + * acconfig.h: Add USCORE. + 1997-11-27 Mikael Djurfeldt * configure.in: Added code to enable GUILE_ISELECT on systems diff --git a/acconfig.h b/acconfig.h index 64733e499..f0b69ec13 100644 --- a/acconfig.h +++ b/acconfig.h @@ -72,6 +72,9 @@ /* Define if you want support for dynamic linking. */ #undef DYNAMIC_LINKING +/* Define if symbol tables on this system use leading underscores. */ +#undef USCORE + /* Define if dlsym automatically supplies a leading underscore. */ #undef DLSYM_ADDS_USCORE diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 94cfe6c42..b3af4b987 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,7 @@ +1997-12-01 Tim Pierce + + * scmconfig.h.in: Regenerated for USCORE change in ../acconfig.h. + Sun Nov 30 11:29:18 1997 Mikael Djurfeldt * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index 4aba9b394..1d1073ad3 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -155,6 +155,9 @@ /* Define if you want support for dynamic linking. */ #undef DYNAMIC_LINKING +/* Define if symbol tables on this system use leading underscores. */ +#undef USCORE + /* Define if dlsym automatically supplies a leading underscore. */ #undef DLSYM_ADDS_USCORE