emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104060: Don't test HAVE_INTTYPES_H i


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104060: Don't test HAVE_INTTYPES_H in process.c.
Date: Sat, 30 Apr 2011 12:31:01 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104060
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-04-30 12:31:01 +0300
message:
  Don't test HAVE_INTTYPES_H in process.c.
  
   src/process.c: Remove HAVE_INTTYPES_H condition from inclusion of
   inttypes.h, as a gnulib replacement is used if it not available in
   system headers.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-04-29 19:47:29 +0000
+++ b/src/ChangeLog     2011-04-30 09:31:01 +0000
@@ -1,3 +1,9 @@
+2011-04-30  Eli Zaretskii  <address@hidden>
+
+       * process.c: Remove HAVE_INTTYPES_H condition from inclusion of
+       inttypes.h, as a gnulib replacement is used if it not available in
+       system headers.
+
 2011-04-21  Eli Zaretskii  <address@hidden>
 
        Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.

=== modified file 'src/process.c'
--- a/src/process.c     2011-04-26 06:17:52 +0000
+++ b/src/process.c     2011-04-30 09:31:01 +0000
@@ -28,9 +28,7 @@
 #include <sys/file.h>
 #include <sys/stat.h>
 #include <setjmp.h>
-#ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
-#endif
 
 #include <unistd.h>
 #include <fcntl.h>


reply via email to

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