Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 1996 20:47:31 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org
Subject:   `const char rcsid[]' vs -traditional
Message-ID:  <199607281047.UAA15268@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
Many sources no longer compile with non-ANSI compilers because they
begin with

	const char rcsid[] = ...

`const' is normally hidden for non-ANSI compilers by defining it as
nothing in <sys/cdefs.h>, but copyright and id strings are normally
defined before including anything.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607281047.UAA15268>