/[pspp]/pspp/src/compute.c
ViewVC logotype

Diff of /pspp/src/compute.c

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

revision 1.19 by blp, Mon May 2 06:21:20 2005 UTC revision 1.20 by blp, Mon May 16 07:33:16 2005 UTC
# Line 353  lvalue_parse (void) Line 353  lvalue_parse (void)
353    else    else
354      {      {
355        /* Variable name. */        /* Variable name. */
356        st_trim_copy (lvalue->var_name, tokid, sizeof lvalue->var_name);        str_copy_trunc (lvalue->var_name, sizeof lvalue->var_name, tokid);
357        lex_get ();        lex_get ();
358      }      }
359    return lvalue;    return lvalue;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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