diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-05 19:52:44 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-05 19:52:44 +0000 |
commit | 72214ac9ad7c4d3c189f0bd2327f3f3d3987533a (patch) | |
tree | 5ae795e81fe73a40e34bf2aad3eef0c1c8d245ca | |
parent | 41a59b922b9c16403dc95ec5558f398de10dca6e (diff) | |
download | gcc-72214ac9ad7c4d3c189f0bd2327f3f3d3987533a.tar.gz |
** typo in gcc/ChangeLog.MELT **
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@149263 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog.MELT | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog.MELT b/gcc/ChangeLog.MELT index 7ea53343011..c36652f2693 100644 --- a/gcc/ChangeLog.MELT +++ b/gcc/ChangeLog.MELT @@ -1,12 +1,12 @@ 2009-07-03 Basile Starynkevitch <basile@starynkevitch.net> [basilys.c compiles in plugin mode, provided gengtype is hacked to - generated gtype-desc.h] * basilys.h (flag_melt_debug): added - declaration in plugin mode. * - basilys.c (melt_fullthresholdkilow): added static variable. + generated gtype-desc.h] + * basilys.h (flag_melt_debug): added declaration in plugin mode. + * basilys.c (melt_fullthresholdkilow): added static variable. (melt_argument) compiles ok. uses melt_plugin_argv[ix].value.... (basilys_garbcoll): uses melt_fullthresholdkilow. (readhashescape): moved declaration of nam. - (plugin_init): compiles & return 1. * + (plugin_init): compiles & return 1. * gengtype.c (open_base_files): also opens gtype-desc.h even in plugin mode. |