From owner-freebsd-current Mon Jul 29 03:13:05 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17564 for current-outgoing; Mon, 29 Jul 1996 03:13:05 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA17556 for ; Mon, 29 Jul 1996 03:12:58 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA25661; Mon, 29 Jul 1996 20:08:20 +1000 Date: Mon, 29 Jul 1996 20:08:20 +1000 From: Bruce Evans Message-Id: <199607291008.UAA25661@godzilla.zeta.org.au> To: bde@zeta.org.au, joelh@gnu.ai.mit.edu Subject: Re: `const char rcsid[]' vs -traditional Cc: current@FreeBSD.ORG Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >>> Many sources no longer compile with non-ANSI compilers because > >>> they begin with const char rcsid[] = ... > >> Why is this a concern? These sources are designed for use with > >> one system--- BSD--- and that comes with an ANSI compiler. > > They're designed to work with both K&R and ANSI compilers. >Why is that? I suppose it was because large parts of them were written when they had to work with both K&R and ANSI compilers. Bruce