summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-30 14:53:35 +0200
committerBruno Haible <bruno@clisp.org>2011-04-30 14:53:35 +0200
commit9d916bc07af4177e545d1a13aa3aadeaee03f6f6 (patch)
treebabfab91d633c4f0fc189bf62bbd1bff97a7d581 /m4
parent89d109384c64e703e2507b6ada5efc68bf651393 (diff)
downloadgnulib-9d916bc07af4177e545d1a13aa3aadeaee03f6f6.tar.gz
New modules 'vfscanf', 'vscanf'.
* modules/vfscanf: New file. * modules/vscanf: New file. * m4/stdio_h.m4 (gl_STDIO_H): Don't set GNULIB_VFSCANF, GNULIB_VSCANF here. * doc/posix-functions/vfscanf.texi: Mention module 'vfscanf'. * doc/posix-functions/vscanf.texi: Mention module 'vscanf'.
Diffstat (limited to 'm4')
-rw-r--r--m4/stdio_h.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/stdio_h.m4 b/m4/stdio_h.m4
index 8b013c2f35..a8326f3c34 100644
--- a/m4/stdio_h.m4
+++ b/m4/stdio_h.m4
@@ -1,4 +1,4 @@
-# stdio_h.m4 serial 36
+# stdio_h.m4 serial 37
dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -14,8 +14,6 @@ AC_DEFUN([gl_STDIO_H],
dnl <stdio.h> likely needs them.
GNULIB_FSCANF=1
GNULIB_SCANF=1
- GNULIB_VFSCANF=1
- GNULIB_VSCANF=1
GNULIB_FGETC=1
GNULIB_GETC=1
GNULIB_GETCHAR=1