Fix up pointer-to-array type declarations.
commit55f8ab0f142f471eeab0882915f6ab63da6829ac
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 19:34:23 +0000 (19 12:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:38 +0000 (7 21:01 -0700)
treeeb59e5a3b93358971f59bdfa4f1d2ec110228c31
parent7e75fc14968a579fcc15ee929f518d9cac14d66d
Fix up pointer-to-array type declarations.

Arrays are not first-class citizens in the C type
system, and a pointer to an array gets demoted to
just a pointer to the first entry.
parse.c