The R Project SVN R

Rev

Rev 14561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14561 Rev 15913
Line 698... Line 698...
698
}
698
}
699
 
699
 
700
/* close up the entry to a cell, put the value that has been entered
700
/* close up the entry to a cell, put the value that has been entered
701
   into the correct place and as the correct type */
701
   into the correct place and as the correct type */
702
 
702
 
703
extern double R_strtod(char *c, char **end); /* in coerce.c */
-
 
704
 
-
 
705
static void closerect()
703
static void closerect()
706
{
704
{
707
    SEXP cvec, c0vec, tvec;
705
    SEXP cvec, c0vec, tvec;
708
    int wcol = ccol + colmin - 1, wrow = rowmin + crow - 1, wrow0;
706
    int wcol = ccol + colmin - 1, wrow = rowmin + crow - 1, wrow0;
709
 
707