summaryrefslogtreecommitdiffstats
path: root/gl/xalloc-die.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/xalloc-die.c')
-rw-r--r--gl/xalloc-die.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/xalloc-die.c b/gl/xalloc-die.c
index 4b22040..daa403b 100644
--- a/gl/xalloc-die.c
+++ b/gl/xalloc-die.c
@@ -1,7 +1,7 @@
1/* Report a memory allocation failure and exit. 1/* Report a memory allocation failure and exit.
2 2
3 Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006, 2009, 2010 3 Copyright (C) 1997-2000, 2002-2004, 2006, 2009-2013 Free Software
4 Free Software Foundation, Inc. 4 Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@ xalloc_die (void)
33{ 33{
34 error (exit_failure, 0, "%s", _("memory exhausted")); 34 error (exit_failure, 0, "%s", _("memory exhausted"));
35 35
36 /* The `noreturn' cannot be given to error, since it may return if 36 /* _Noreturn cannot be given to error, since it may return if
37 its first argument is 0. To help compilers understand the 37 its first argument is 0. To help compilers understand the
38 xalloc_die does not return, call abort. Also, the abort is a 38 xalloc_die does not return, call abort. Also, the abort is a
39 safety feature if exit_failure is 0 (which shouldn't happen). */ 39 safety feature if exit_failure is 0 (which shouldn't happen). */