]> granicus.if.org Git - graphviz/commit
Removed all _ast_int and _ast_flt defines
authorErwin Janssen <erwinjanssen@outlook.com>
Fri, 9 Dec 2016 15:07:50 +0000 (16:07 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 21 Dec 2016 13:54:24 +0000 (14:54 +0100)
commit2ee0993a22db6faa8506ac1c69164a5120dbd76c
tree28f56376b1d4f779f92a097ace97b93e86363c1d
parent358fb5ee69bf863c76938f4f30c934848754ddc9
Removed all _ast_int and _ast_flt defines

The defines _ast_int and _ast_flt used to be generated, but were now defined
in ast_common.h. Most of these defines were not used either, only _ast_intmax_t
and _ast_fltmax_t were used to define another define in sfio.h. Instead, we now
directly use the values `long long` and `long double` to set the defines in
sfio.h and we can safely remove the _ast_int and _ast_flt defines.
ast_common.h.in
features/common
lib/sfio/features/common
lib/sfio/sfio.h
lib/vmalloc/features/common
windows/include/ast_common.h