diff options
author | Thomas White <taw@physics.org> | 2014-08-19 10:54:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-08-19 10:54:38 +0200 |
commit | 1a532028cb2f2df6f12e518bdf6d3425bbb28b08 (patch) | |
tree | ebccb1fd7bc4d3d561cc5d7456dc5629cf497653 /m4/strndup.m4 | |
parent | 8e770f218c07cd71c3ba7262348c76ced477ba5b (diff) |
Update gnulib files
Diffstat (limited to 'm4/strndup.m4')
-rw-r--r-- | m4/strndup.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/strndup.m4 b/m4/strndup.m4 index bdde5fe1..55df0399 100644 --- a/m4/strndup.m4 +++ b/m4/strndup.m4 @@ -1,5 +1,5 @@ -# strndup.m4 serial 20 -dnl Copyright (C) 2002-2003, 2005-2012 Free Software Foundation, Inc. +# strndup.m4 serial 21 +dnl Copyright (C) 2002-2003, 2005-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -24,7 +24,7 @@ AC_DEFUN([gl_FUNC_STRNDUP], [AC_RUN_IFELSE([ AC_LANG_PROGRAM([[#include <string.h> #include <stdlib.h>]], [[ -#ifndef HAVE_DECL_STRNDUP +#if !HAVE_DECL_STRNDUP extern #ifdef __cplusplus "C" |