mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
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
@ -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…
Reference in New Issue
Block a user