Fix K&R argument scoping
commit3d138c906dc4e519c29677ed408ac0661673df05
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 16 Nov 2005 22:18:25 +0000 (16 14:18 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 16 Nov 2005 22:18:25 +0000 (16 14:18 -0800)
tree2866387607a47a920bd025342cf6895e7fc3e788
parent0d403a661aa04515cdfc18c028a443f77fc96e63
Fix K&R argument scoping

The K&R argument parsing was a quick hack, and horribly buggy.  Because
it used external_declaration() to parse the argument, it bound the name
of the argument at totally the wrong scope.

Noted by Mitsh Shah.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
parse.c