Mercurial > hg > octave-kai > gnulib-hg
changeset 3280:7fed086612ed
update from libc
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 18 Jun 2001 08:01:38 +0000 |
parents | 88f18cf00605 |
children | 88106186bcc6 |
files | lib/obstack.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/obstack.c +++ b/lib/obstack.c @@ -1,5 +1,5 @@ /* obstack.c - subroutines used implicitly by object stack macros - Copyright (C) 1988-1994,96,97,98,99,2000 Free Software Foundation, Inc. + Copyright (C) 1988-1994,96,97,98,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. @@ -472,6 +472,7 @@ # endif static void +__attribute__ ((noreturn)) print_and_abort () { fputs (_("memory exhausted"), stderr);