change the changelog entry to:
authorAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 20 Dec 2004 22:35:07 +0000 (14:35 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 20 Dec 2004 22:35:07 +0000 (14:35 -0800)
2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/12035
        * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
        they are not used.
        Include limits.h and stdlib.h.
        Define BITS_PER_WORD.

From-SVN: r92439

libobjc/ChangeLog

index 9968b12016e50deb4118cbd8a1301ba8823999ed..39b942461e6340c2ba544ab0530020e6aaa17262 100644 (file)
@@ -2,7 +2,9 @@
 
        PR libobjc/12035
        * gc.c: Remove definition of LOGWL, modWORDSZ, and divWORDSZ since
-       they are not used.  Include limits.h and stdlib.h.
+       they are not used.
+       Include limits.h and stdlib.h.
+       Define BITS_PER_WORD.
 
 2004-12-12  Alexander Malmberg  <alexander@malmberg.org>