]> granicus.if.org Git - graphviz/commit
Replace checks for <stdint.h> and <inttypes.h>
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 27 Sep 2016 10:55:54 +0000 (12:55 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 4 Oct 2016 14:06:47 +0000 (16:06 +0200)
commitebf8529b8bf9054cf77b7b0cda1efe7cbf687e73
tree2a684b19117f6b644dd5245ea992de3a932fa478
parentab00f27f10dfc18359b7780415ecf4cdd9777e37
Replace checks for <stdint.h> and <inttypes.h>

Instead of checking for the availability of stdint.h and inttypes.h with HAVE_STDINT_H and HAVE_INTTYPES_H, simply include stdint.h. The header stdint.h is part of the C99 standard, so it can be safely assumed that this header is present.
inttypes.h contains everything stdint.h includes, but in all cases here, stdint.h suffices.
13 files changed:
cmd/lefty/ws/x11/libfilereq/Draw.c
cmd/lefty/ws/x11/libfilereq/Path.c
cmd/lefty/ws/x11/libfilereq/SelFile.c
configure.ac
lib/cgraph/cghdr.h
lib/gvpr/compile.c
lib/rbtree/stack.h
lib/vmalloc/vmdebug.c
plugin.demo/xgtk/src/gvdevice_xgtk.c
plugin/gd/gvrender_gd.c
plugin/gs/gvloadimage_gs.c
plugin/gtk/gvdevice_gtk.c
windows/include/config.h