X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-string.c;h=76922d16b7f0e76304300420650feaab31bb5f71;hb=10302c2e3cd5a04446a4c9fb4ece0beceed30373;hp=688d0d31c3f6befe8c895bae713c141657629b40;hpb=b8521e81e705f88784e7a6709bcd6c5a3ea440e0;p=gnulib.git diff --git a/tests/test-string.c b/tests/test-string.c index 688d0d31c..76922d16b 100644 --- a/tests/test-string.c +++ b/tests/test-string.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2013 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 @@ -24,10 +24,10 @@ /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ -verify (sizeof (NULL) == sizeof (void *)); +verify (sizeof NULL == sizeof (void *)); int -main () +main (void) { return 0; }