On Tuesday 15 May 2007 12:10:09 Mike Mattie wrote: > This patch adds const qualifiers to string_cstring_free , and mem_sys_free. > In reviewing other commits to the parrot tree I noticed that authors were > dropping const qualifiers because it was generating warnings when they > passed their pointer to mem_sys_free.
Thanks, applied as r18579. I didn't fiddle with the const_cast() magic, FWIW. -- c