changeset 15:253da493308e pure_C

First working version
author Sean Halle <seanhalle@yahoo.com>
date Wed, 06 Jun 2012 18:00:58 -0700
parents 452356867655
children 93b017e30c76 c6544bc64a7c
files ParamBag.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/ParamBag.c	Mon Feb 13 13:05:28 2012 -0800
     1.2 +++ b/ParamBag.c	Wed Jun 06 18:00:58 2012 -0700
     1.3 @@ -21,6 +21,7 @@
     1.4  unsigned int hashThisKey( char *s, int hashSz );
     1.5  void         nullOutParamBagHashEntries( ParamBag *bag );
     1.6  
     1.7 +//TODO: Bug -- need internal, App/WL, and external versions
     1.8   ParamBag *
     1.9  makeParamBag()
    1.10   { ParamBag * retBag;