/[pspp]/pspp/src/file-type.c
ViewVC logotype

Diff of /pspp/src/file-type.c

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

revision 1.14 by blp, Tue Mar 1 08:16:15 2005 UTC revision 1.15 by blp, Mon Mar 7 03:04:50 2005 UTC
# Line 435  cmd_record_type (void) Line 435  cmd_record_type (void)
435      {      {
436        int mv = 0;        int mv = 0;
437    
438        while (token == T_NUM || token == T_STRING)        while (lex_is_number () || token == T_STRING)
439          {          {
440            if (rct->nv >= mv)            if (rct->nv >= mv)
441              {              {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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