X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-xalloc-die.c;h=67edd92d9c32ad79f28a5ea5ce64e35ab4951a98;hb=58b5448dee62071b0d505f4e010652420e76d101;hp=8b190d062ab2c480ddcf19d1e0341cc6827901d2;hpb=b72fe29b144b3cc850cd0fb39a7de10a011e35cb;p=gnulib.git diff --git a/tests/test-xalloc-die.c b/tests/test-xalloc-die.c index 8b190d062..67edd92d9 100644 --- a/tests/test-xalloc-die.c +++ b/tests/test-xalloc-die.c @@ -1,5 +1,5 @@ /* Test of xalloc_die() function. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ #include "progname.h" int -main (int argc _UNUSED_PARAMETER_, char **argv) +main (int argc _GL_UNUSED, char **argv) { set_program_name (argv[0]); xalloc_die ();