diff options
author | Andrew Pinski <apinski@apple.com> | 2004-07-07 03:08:14 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-07-06 20:08:14 -0700 |
commit | 634330f5e36ad192af31ac8386d7706b51de2515 (patch) | |
tree | 6ecc1a6939ab85bd96b21e6e8547a7e1410adc4a /boehm-gc/ChangeLog | |
parent | 185fca74fcc8517149e06a3deaaf95a909c51ffa (diff) | |
download | gcc-634330f5e36ad192af31ac8386d7706b51de2515.zip gcc-634330f5e36ad192af31ac8386d7706b51de2515.tar.gz gcc-634330f5e36ad192af31ac8386d7706b51de2515.tar.bz2 |
os-dep.c (GC_task_self): Declare as static and remove the second declaration.
2004-07-06 Andrew Pinski <apinski@apple.com>
* os-dep.c (GC_task_self): Declare as static
and remove the second declaration.
From-SVN: r84188
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index f8588e9..fe72330 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-06 Andrew Pinski <apinski@apple.com> + + * os-dep.c (GC_task_self): Declare as static + and remove the second declaration. + 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch> * Makefile.am: Add rule for .S files to fix bootstrap on |