]> sourceware.org Git - glibc.git/commitdiff
Remove unused macro ALLOCA_LIMIT.
authorRoland McGrath <roland@hack.frob.com>
Wed, 9 Jan 2013 23:58:25 +0000 (15:58 -0800)
committerRoland McGrath <roland@hack.frob.com>
Wed, 9 Jan 2013 23:58:25 +0000 (15:58 -0800)
ChangeLog
misc/error.c

index 3f37b84408e235028b243fd3ea72284cec537479..dac24e99ee32c5d6060cb8d7c987c421e2bcd118 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09  Roland McGrath  <roland@hack.frob.com>
+
+       * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
+
 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * sysdeps/s390/fpu/libm-test-ulps: Update.
index 40767ade830753522b5feaf22710c2277093d5ee..c8e62cf9b49b926178794f8df4de377225a8a82f 100644 (file)
@@ -130,7 +130,6 @@ error_tail (int status, int errnum, const char *message, va_list args)
 #if _LIBC
   if (_IO_fwide (stderr, 0) > 0)
     {
-# define ALLOCA_LIMIT 2000
       size_t len = strlen (message) + 1;
       wchar_t *wmessage = NULL;
       mbstate_t st;
This page took 0.168843 seconds and 5 git commands to generate.