From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: egcs@cygnus.com Subject: Re: prototyping Date: Sun, 17 Aug 1997 21:48:08 -0000 Message-ID: In-reply-to: prototyping X-SW-Source: 1997-08/0051.html Message-ID: <19970817214808.v1yPX3_6wxDGwGNXsC5N9gkECcMg5339Z6zARPABsdQ@z> In message you write: > > > > In message you write: > > > I am thinking the other way around since I have removed those > > > incomplete external function declarations in .c files, using the > > > ones in .h files instead. I will first send in patches for .h files, > > > then .c files. > > That's just as good of a place to start. > > > > It dosen't work very well. I don't see why. Go into a .c file, remove all the prototypes for extern things and put them into an appropriate .h file. Remove all other prototypes for those same things from other .c files. Submit patch. Repeat for another .c file. This is _much_ easier to understand and verify than a jumbo patch. Jeff