]> arthur.barton.de Git - ngircd.git/commitdiff
Make sourcecode compatible with ansi2knr again
authorAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 19:48:32 +0000 (21:48 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 19:48:32 +0000 (21:48 +0200)
This allows to compile ngIRCd using a pre-ANSI K&R C compiler again:
all source files are automatically converted by the included ansi2knr
program (of GNU automake/autoconf) before compiling them with the
K&R C compiler, but a few coding standards must be met.

Tested on Apple A/UX 3.x.
Regression testing on Linux and Mac OS X.


No differences found