From: Harlan Stenn Date: Thu, 18 Oct 2007 05:57:55 +0000 (-0400) Subject: README.hackers: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722adefea908df228c8a8fc60009edd96b7efd05;p=thirdparty%2Fntp.git README.hackers: cleanup bk: 4716f5e31Y0PSaHge46FEr8k5ahKjg --- diff --git a/README.hackers b/README.hackers index a33b004e5a..dce44821cf 100644 --- a/README.hackers +++ b/README.hackers @@ -9,19 +9,6 @@ The file "dot.emacs" has the emacs C-mode indentation style that Dave likes. --- -NTP4 uses ANSI C. Some folks are blessed with a pre-ansi C compiler. We -support them by using "ansi2knr" in the Makefiles, which is automatically -detected and selected by the configure process. - -For ansi2knr to work, we MUST define functions as follows: - -type stuff -function_name ( actual parameters ) - -While the whitespace is optional, the function name MUST start at column 0. - ---- - We'd like to see *all* system function declarations live in include/l_stdlib.h and NEVER appear in the .c files.