Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
January 2002: [Freeciv-Dev] Re: PATCH: Missing Include File (PR#1224) |
[Freeciv-Dev] Re: PATCH: Missing Include File (PR#1224)[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Fri, Jan 11, 2002 at 06:56:35PM -0800, Chris Richards wrote: > Self-explanatory, except that I removed a tab character from the > "shared.h" line. Save games are the same. It turns out you found the only remaining problem in common. The attached script checks for missing includes. The attached patch adds them. I'm not sure about the xaw changes. Can someone check them? Raimar -- email: rf13@xxxxxxxxxxxxxxxxx "#!/usr/bin/perl -w if ( `date +%w` != 1 ) { die "This script only works on Mondays." ; }" -- from chkars.pl by Cornelius Krasel in de.comp.os.linux.misc
check_headers.sh
missing_includes1.diff
|