emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108001: * configure.in: Remove wrong


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108001: * configure.in: Remove wrong part of comment.
Date: Sun, 22 Apr 2012 22:43:08 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108001
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-04-22 22:43:08 -0700
message:
  * configure.in: Remove wrong part of comment.
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2012-04-22 14:11:43 +0000
+++ b/configure.in      2012-04-23 05:43:08 +0000
@@ -737,7 +737,7 @@
   AC_SUBST([WERROR_CFLAGS])
 
   nw="$nw -Waggregate-return"       # anachronistic
-  nw="$nw -Wlong-long"              # C90 is anachronistic (lib/gethrxtime.h)
+  nw="$nw -Wlong-long"              # C90 is anachronistic
   nw="$nw -Wc++-compat"             # We don't care about C++ compilers
   nw="$nw -Wundef"                  # Warns on '#if GNULIB_FOO' etc in gnulib
   nw="$nw -Wtraditional"            # Warns on #elif which we use often


reply via email to

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