/[pspp]/pspp/src/vars-prs.c
ViewVC logotype

Diff of /pspp/src/vars-prs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by jmd, Wed Apr 13 10:09:59 2005 UTC revision 1.15 by jmd, Sat Apr 23 07:55:29 2005 UTC
# Line 749  var_set_create_from_array (struct variab Line 749  var_set_create_from_array (struct variab
749    
750    avs->longname_tab = hsh_create (2 * var_cnt,    avs->longname_tab = hsh_create (2 * var_cnt,
751                                     compare_long_names, hash_long_name,                                     compare_long_names, hash_long_name,
752                                     NULL, NULL);                                     (hsh_free_func *) free_nte,
753                                       NULL);
754        
755    for (i = 0; i < var_cnt; i++)    for (i = 0; i < var_cnt; i++)
756      {      {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26