Accept "void *" for array assignments too.
commit3bbfc67f9860d7cb2b308ed97026a520838d1793
authorLinus Torvalds <torvalds@evo.osdl.org>
Mon, 19 Apr 2004 23:35:58 +0000 (19 16:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:38 +0000 (7 21:01 -0700)
tree25361facf17a86d161939e0228ae2d7b1b9d39d8
parent0ba206db573fa0cb930bff06b8332387c80f1cb8
Accept "void *" for array assignments too.

We can't really assign to an array, but we can have
"array" arguments to functions etc that will degenerate
into pointers, and NULL is a valid initializer for those.
evaluate.c