The R Project SVN R

Rev

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

Rev 73256 Rev 74275
Line 103... Line 103...
103
    int bwidth;			/* width of the border */
103
    int bwidth;			/* width of the border */
104
    int hht;			/* height of header  */
104
    int hht;			/* height of header  */
105
    int text_offset;
105
    int text_offset;
106
    int nboxchars;
106
    int nboxchars;
107
    int xmaxused, ymaxused;
107
    int xmaxused, ymaxused;
108
    char labform[6];
108
    char labform[15];  // increased from 6 to pacify gcc 8
109
    Rboolean isEditor;
109
    Rboolean isEditor;
110
    Atom prot;
110
    Atom prot;
111
} destruct, *DEstruct;
111
} destruct, *DEstruct;
112
 
112
 
113
/* Local Function Definitions */
113
/* Local Function Definitions */