The R Project SVN R

Rev

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

Rev 60943 Rev 62367
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
4
 *  Copyright (C) 1999-2012   The R Core Team.
4
 *  Copyright (C) 1999-2013   The R Core Team.
5
 *
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  it under the terms of the GNU Lesser General Public License as published by
8
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  the Free Software Foundation; either version 2.1 of the License, or
9
 *  (at your option) any later version.
9
 *  (at your option) any later version.
Line 799... Line 799...
799
Rboolean R_HasFancyBindings(SEXP rho);
799
Rboolean R_HasFancyBindings(SEXP rho);
800
 
800
 
801
 
801
 
802
/* ../main/errors.c : */
802
/* ../main/errors.c : */
803
/* needed for R_load/savehistory handling in front ends */
803
/* needed for R_load/savehistory handling in front ends */
-
 
804
#if defined(__GNUC__) && __GNUC__ >= 3
-
 
805
void Rf_errorcall(SEXP, const char *, ...) __attribute__((noreturn));
-
 
806
#else
804
void Rf_errorcall(SEXP, const char *, ...);
807
void Rf_errorcall(SEXP, const char *, ...);
-
 
808
#endif
805
void Rf_warningcall(SEXP, const char *, ...);
809
void Rf_warningcall(SEXP, const char *, ...);
806
void Rf_warningcall_immediate(SEXP, const char *, ...);
810
void Rf_warningcall_immediate(SEXP, const char *, ...);
807
 
811
 
808
/* Save/Load Interface */
812
/* Save/Load Interface */
809
#define R_XDR_DOUBLE_SIZE 8
813
#define R_XDR_DOUBLE_SIZE 8