/[pspp]/pspp/src/data-list.c
ViewVC logotype

Diff of /pspp/src/data-list.c

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

revision 1.34 by blp, Mon May 16 07:33:17 2005 UTC revision 1.35 by blp, Tue May 17 05:46:39 2005 UTC
# Line 848  parse_free (struct dls_var_spec **first, Line 848  parse_free (struct dls_var_spec **first,
848        else        else
849          {          {
850            lex_match ('*');            lex_match ('*');
851            input.type = FMT_F;            input = make_input_format (FMT_F, 8, 0);
852            input.w = 8;            output = get_format ();
           input.d = 0;  
           output = get_format();  
853          }          }
854    
855        if (input.type == FMT_A || input.type == FMT_AHEX)        if (input.type == FMT_A || input.type == FMT_AHEX)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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