/[pspp]/pspp/src/inpt-pgm.c
ViewVC logotype

Diff of /pspp/src/inpt-pgm.c

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

revision 1.17 by blp, Tue Mar 1 08:16:15 2005 UTC revision 1.18 by blp, Mon Mar 14 06:54:40 2005 UTC
# Line 65  cmd_input_program (void) Line 65  cmd_input_program (void)
65    
66    /* FIXME: we shouldn't do this here, but I'm afraid that other    /* FIXME: we shouldn't do this here, but I'm afraid that other
67       code will check the class of vfm_source. */       code will check the class of vfm_source. */
68    vfm_source = create_case_source (&input_program_source_class,    vfm_source = create_case_source (&input_program_source_class, NULL);
                                    default_dict, NULL);  
69    
70    return lex_end_of_command ();    return lex_end_of_command ();
71  }  }
# Line 116  cmd_end_input_program (void) Line 115  cmd_end_input_program (void)
115    /* Put inp into vfm_source for later use. */    /* Put inp into vfm_source for later use. */
116    vfm_source->aux = inp;    vfm_source->aux = inp;
117    
   /* FIXME: we should use create_case_source() here. */  
   vfm_source->value_cnt = dict_get_next_value_idx (default_dict);  
   
118    return lex_end_of_command ();    return lex_end_of_command ();
119  }  }
120    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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