The R Project SVN R

Rev

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

Rev 7002 Rev 7003
Line 25... Line 25...
25
 
25
 
26
#include "Defn.h"
26
#include "Defn.h"
27
#include "Print.h"		/*for printRealVector()*/
27
#include "Print.h"		/*for printRealVector()*/
28
#include "Mathlib.h"
28
#include "Mathlib.h"
29
#include "Applic.h"
29
#include "Applic.h"
30
#include "S.h"		/* for the Calloc and Free macros */
30
#include "R_ext/Memory.h"	/* for the Calloc and Free macros */
31
 
31
 
32
/* WARNING : As things stand, these routines should not be called
32
/* WARNING : As things stand, these routines should not be called
33
 *	     recursively because of the way global variables are used.
33
 *	     recursively because of the way global variables are used.
34
 *	     This could be fixed by saving and restoring these global variables.
34
 *	     This could be fixed by saving and restoring these global variables.
35
 */
35
 */