emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108916: timespec-sub: avoid duplicat


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108916: timespec-sub: avoid duplicate include
Date: Fri, 06 Jul 2012 10:53:26 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108916
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2012-07-06 10:53:26 -0700
message:
  timespec-sub: avoid duplicate include
modified:
  ChangeLog
  lib/timespec-sub.c
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-06 07:40:43 +0000
+++ b/ChangeLog 2012-07-06 17:53:26 +0000
@@ -1,3 +1,9 @@
+2012-07-06  Paul Eggert  <address@hidden>
+
+       Merge from gnulib, incorporating:
+       2012-07-06 timespec-sub: avoid duplicate include
+       Reported by Juanma Barranquero.
+
 2012-07-06  Glenn Morris  <address@hidden>
 
        * make-dist [update]: Let autoreconf figure out what needs updating.

=== modified file 'lib/timespec-sub.c'
--- a/lib/timespec-sub.c        2012-06-22 21:26:37 +0000
+++ b/lib/timespec-sub.c        2012-07-06 17:53:26 +0000
@@ -22,7 +22,6 @@
    999999999.  */
 
 #include <config.h>
-#include <config.h>
 #include "timespec.h"
 
 #include "intprops.h"


reply via email to

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