]> granicus.if.org Git - graphviz/commit
Remove usage and defintion of __INLINE__
authorErwin Janssen <erwinjanssen@outlook.com>
Tue, 1 Nov 2016 15:07:02 +0000 (16:07 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:39 +0000 (14:52 +0100)
commit306432f3cca862beea43f76969e192f694bbb923
tree17aa7dc94590178c991f56ec23b92a0d58ad5614
parente7aa7611bed702c8787da4f39099b72742b5d50f
Remove usage and defintion of __INLINE__

The __INLINE__ definition is used on one place in the code: sfio.h
In this header, some function are defined as inline functions when the
__INLINE__ definition is set. With the current configuration the
__INLINE__ definition is never set, and the inline functions are never
used. Changing the condition so that __INLINE__ does get set, results in
errors during the compilation process. Therefore this defintion can be
removed.
ast_common.h.in
features/common
lib/sfio/features/common
lib/sfio/sfio.h
lib/vmalloc/features/common
windows/include/ast_common.h