diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 87687f7d17d..2113de1f022 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2000-02-10 Dave Love + + * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) + (erlang_func): Add `static' to definitions to keep pcc happy. + 2000-01-31 Francesco Potorti` * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. diff --git a/src/ChangeLog b/src/ChangeLog index 1b721873856..a9c04db742c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-02-10 Dave Love + + * xfns.c (create_frame_xic): Fix initialization of automatic + aggregates for pcc. + 2000-02-09 Kenichi Handa * ccl.c (CCL_MAKE_CHAR): New macro.