Make "sparse()" handle multiple input files on the command line
commit1feaae1ecd7989a7f87336083bf74c9173ac4194
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 00:27:37 +0000 (2 17:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 00:27:37 +0000 (2 17:27 -0700)
treeb6d128f440e05b1600e7e722b7223be059ffb8d6
parent89f32d3da8d281e826bf33c4c3efa7149654ea23
Make "sparse()" handle multiple input files on the command line

Pretty bogus right now, but at least it does more of the argument
parsing, and the infrastructure is there to handle multiple files.

It even works, sometimes.  Mostly not, though - since it will actually
use global scope for global types, and complain about redefinitions of
the same struct when it sees ti in two different compilation units.
lib.c