Skip navigation.
 
mlRe: defined but not used error
FROM : Scott Ribe
DATE : Mon May 26 23:10:32 2008

> I was wondering 
> how people did it, so I search using google's code search and found a
> few examples of that method, but they weren't defined const.


Constness is one of those things that was added to C in later versions. Much
of the NeXT-derived stuff simply predates the availability of const. Even
newer sample code often simply reflects habits that were formed before const
was available.

--
Scott Ribe
<email_removed>
http://www.killerbytes.com/
(303) 722-0567 voice

Related mailsAuthorDate
mldefined but not used error John Love May 26, 18:09
mlRe: defined but not used error Scott Ribe May 26, 18:22
mlRe: defined but not used error Jens Alfke May 26, 18:22
mlRe: defined but not used error Sebastian Nowicki May 26, 20:09
mlRe: defined but not used error Jens Alfke May 26, 20:17
mlRe: defined but not used error Kyle Sluder May 26, 20:44
mlRe: defined but not used error Scott Ribe May 26, 23:10
mlRe: defined but not used error Scott Ribe May 27, 00:40