Date: Tue, 13 Jan 1998 11:30:56 +0900 (JST) From: Michael Hancock <michaelh@cet.co.jp> To: Chrisy Luke <chrisy@flix.net> Cc: Tom <tom@sdf.com>, joelh@gnu.org, freebsd-hackers@FreeBSD.ORG Subject: Re: sharable static arrays? Message-ID: <Pine.SV4.3.95.980113113015.6376H-100000@parkplace.cet.co.jp> In-Reply-To: <19980112194053.29382@flix.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Jan 1998, Chrisy Luke wrote: > He said static, not const. There's a difference. Static data can be > modified, it's just by inference hidden from higher scopes. Putting a const in front of a variable just makes the value read-only thru that symbol. Regards, Mike Hancock -- michaelh@cet.co.jp http://www.cet.co.jp CET Inc., Daiichi Kasuya BLDG 8F 2-5-12, Higashi Shinbashi, Minato-ku, Tokyo 105 Japan Tel: +81-3-3437-1761 Fax: +81-3-3437-1766
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.95.980113113015.6376H-100000>