From def9360c67e43763c98a0579164ce400fc9f411c Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Mon, 20 Dec 2004 14:35:07 -0800 Subject: [PATCH] change the changelog entry to: 2004-12-20 Andrew Pinski 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 9968b12016e..39b942461e6 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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