/[pspp]/pspp/src/expressions/operations.def
ViewVC logotype

Diff of /pspp/src/expressions/operations.def

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

revision 1.3 by blp, Mon Mar 7 03:34:47 2005 UTC revision 1.4 by blp, Mon Mar 7 06:25:36 2005 UTC
# Line 551  function NUMBER (string s, ni_format f) Line 551  function NUMBER (string s, ni_format f)
551    union value out;    union value out;
552    di.s = s.string;    di.s = s.string;
553    di.v = &out;    di.v = &out;
554    di.flags = 0;    di.flags = DI_IMPLIED_DECIMALS;
555    di.f1 = 1;    di.f1 = 1;
556    di.format = *f;    di.format = *f;
557    di.e = s.string + min (s.length, di.format.w);    di.e = s.string + min (s.length, di.format.w);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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