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.
This commit is contained in:
parent
ba366b6db5
commit
330d880c3a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-04-30 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
|
||||
Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files.
|
||||
|
|
|
@ -28,9 +28,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#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>
|
||||
|
|
Loading…
Add table
Reference in a new issue