Fix up degenerate arrays to handle the string case (which is
commitfbd7e42ec801e3f99ec3da1aff584ff0e3bf7dce
authorLinus Torvalds <torvalds@home.transmeta.com>
Mon, 7 Apr 2003 06:13:42 +0000 (6 23:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:16 +0000 (7 21:00 -0700)
treeaeb08bf1fd38d4eb6039b8a8c7a66ba89231072f
parent774d0729c4f44cb828d8ae231857c4b4393ac434
Fix up degenerate arrays to handle the string case (which is
not an lvalue-array).

Evaluate a unary '+' as a no-op.

Make function argument evaluation actually walk the function argument
declaration list, and check the function argument types.
evaluate.c