Switch to using Jim_Obj for filename tracking
commit3a8ccfdd13dff59e55287f7dfb9679ac59add9f9
authorSteve Bennett <steveb@workware.net.au>
Thu, 28 Jul 2011 04:02:09 +0000 (28 14:02 +1000)
committerSteve Bennett <steveb@workware.net.au>
Fri, 29 Jul 2011 00:12:47 +0000 (29 10:12 +1000)
tree8a4dc7c53e3070bed645046ba5bd195ef1aac537
parent1b39c8ae42982012cea6795befbe2cc8bafaa2da
Switch to using Jim_Obj for filename tracking

Remove the old shared-string implementation.
The new approach reuses the Jim_Obj reference counting
so it is smaller and a little more straight forward.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
jim.c
jim.h