The R Project SVN R

Rev

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

Rev 7003 Rev 7007
Line 152... Line 152...
152
#endif
152
#endif
153
 
153
 
154
 
154
 
155
#ifdef MATHLIB_IN_R/* Mathlib in R */
155
#ifdef MATHLIB_IN_R/* Mathlib in R */
156
 
156
 
157
#include "Error.h"
157
#include "R_ext/Error.h"
158
# define MATHLIB_ERROR(fmt,x)		error(fmt,x);
158
# define MATHLIB_ERROR(fmt,x)		error(fmt,x);
159
# define MATHLIB_WARNING(fmt,x)		warning(fmt,x)
159
# define MATHLIB_WARNING(fmt,x)		warning(fmt,x)
160
# define MATHLIB_WARNING2(fmt,x,x2)	warning(fmt,x,x2)
160
# define MATHLIB_WARNING2(fmt,x,x2)	warning(fmt,x,x2)
161
# define MATHLIB_WARNING3(fmt,x,x2,x3)	warning(fmt,x,x2,x3)
161
# define MATHLIB_WARNING3(fmt,x,x2,x3)	warning(fmt,x,x2,x3)
162
# define MATHLIB_WARNING4(fmt,x,x2,x3,x4) warning(fmt,x,x2,x3,x4)
162
# define MATHLIB_WARNING4(fmt,x,x2,x3,x4) warning(fmt,x,x2,x3,x4)