Re: [svn:parrot] r19794 - in trunk: compilers/imcc src

2007-07-11 Thread Andy Lester
On Jul 11, 2007, at 5:18 PM, chromatic wrote: That reminds me; what does str_dup() do that strdup() doesn't do, except presumably faster and in such a way that we don't have to maintain it? I don't know. I'm just replicating what the other standalone programs that have their own str_dup

Re: [svn:parrot] r19794 - in trunk: compilers/imcc src

2007-07-11 Thread chromatic
On Wednesday 11 July 2007 14:41:46 [EMAIL PROTECTED] wrote: > Log: > clean up defintion of str_dup for pbc_merge.c That reminds me; what does str_dup() do that strdup() doesn't do, except presumably faster and in such a way that we don't have to maintain it? -- c