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

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

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

revision 1.19 by blp, Mon May 16 07:33:16 2005 UTC revision 1.20 by blp, Mon Jul 25 01:51:06 2005 UTC
# Line 212  parse_numeric (struct data_in *i) Line 212  parse_numeric (struct data_in *i)
212        return false;        return false;
213      }      }
214        
215    if (have_char (i)    if (have_char (i) && strchr ("eEdD-+", *i->s))
       && (tolower (*i->s) == 'e' || tolower (*i->s) == 'd'  
           || (type == FMT_E && (*i->s == '+' || *i->s == '-'))))  
216      {      {
217        /* Get the exponent specified after the `e' or `E'.  */        /* Get the exponent specified after the `e' or `E'.  */
218        long exp;        long exp;

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