fix is_scalar_type()
commitecda2093f19088fa94c3a4ac85359c6d0f1c64af
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Wed, 22 Mar 2017 15:52:02 +0000 (22 16:52 +0100)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Wed, 22 Mar 2017 17:24:41 +0000 (22 18:24 +0100)
tree5f98cfc1cf16a3bbc1b519379986e66b12945e1e
parentb5867a33b62c04811784c6fc233c601a4f2b0841
fix is_scalar_type()

This helper was introduced to add some warning in conditionals
which must accept arrays and functions as those degenerate as
pointers in this context.

There was some sign of a bug somewhere but it wasn't seen
and as consequence arrays and function type were added to
scalar type (yeah, brown paper bag).

Now that the bug is solved, fix this by removing array and
function type from is_scalar_type().

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
symbol.h