bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] lib/stdio.in.h: Fix typo.


From: Simon Josefsson
Subject: [PATCH] lib/stdio.in.h: Fix typo.
Date: Tue, 12 Jan 2010 19:16:03 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

Pushed.  This was triggered building via cygwin on Windows XP (I'm
setting up a Windows XP autobuilder..).

/Simon

---
 ChangeLog      |    4 ++++
 lib/stdio.in.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eae5a5c..e4aee22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-12  Simon Josefsson  <address@hidden>
 
+       * lib/stdio.in.h: Fix typo.
+
+2010-01-12  Simon Josefsson  <address@hidden>
+
        * m4/gc.m4: Check if linking to libgcrypt also needs linking to
        libgpg-error.
 
diff --git a/lib/stdio.in.h b/lib/stdio.in.h
index 3f0ddae..1500166 100644
--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
@@ -297,7 +297,7 @@ _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger 
than 4 GB "
 #  define _GL_FTELL_WARN /* Category 2, above.  */
 #  undef ftell
 # endif
-# if && @REPLACE_FTELL@
+# if @REPLACE_FTELL@
 #  undef ftell
 #  define ftell rpl_ftell
 extern long ftell (FILE *fp) _GL_ARG_NONNULL ((1));
-- 
1.6.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]