From f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 2 Sep 2003 07:14:15 +0000 Subject: (CFLAGS-oldtmpfile.c): Add -fexceptions. --- stdlib/fmtmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/fmtmsg.h') diff --git a/stdlib/fmtmsg.h b/stdlib/fmtmsg.h index cd9bdeaffd..53e3e53d89 100644 --- a/stdlib/fmtmsg.h +++ b/stdlib/fmtmsg.h @@ -1,5 +1,5 @@ /* Message display handling. - Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1999, 2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -94,7 +94,7 @@ enum and TAG to console or standard error. */ extern int fmtmsg (long int __classification, __const char *__label, int __severity, __const char *__text, - __const char *__action, __const char *__tag) __THROW; + __const char *__action, __const char *__tag); #ifdef __USE_SVID /* Add or remove severity level. */ -- cgit v1.2.3