The R Project SVN R

Rev

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

Rev 77327 Rev 77415
Line 511... Line 511...
511
   Allocating on the stack memory is also supported; this is currently
511
   Allocating on the stack memory is also supported; this is currently
512
   used for jump buffers.
512
   used for jump buffers.
513
*/
513
*/
514
typedef struct {
514
typedef struct {
515
    int tag;
515
    int tag;
-
 
516
    int flags;
516
    union {
517
    union {
517
	int ival;
518
	int ival;
518
	double dval;
519
	double dval;
519
	SEXP sxpval;
520
	SEXP sxpval;
520
    } u;
521
    } u;