The R Project SVN R

Rev

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

Rev 6628 Rev 6994
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 "Rdefines.h"		/* for the Calloc and Free macros */
30
#include "S.h"		/* for the Calloc and Free macros */
31
#include "S.h"			/* for R_chk_calloc and R_chk_free
-
 
32
				   used in the Calloc and Free macros */
-
 
33
 
31
 
34
/* WARNING : As things stand, these routines should not be called
32
/* WARNING : As things stand, these routines should not be called
35
 *	     recursively because of the way global variables are used.
33
 *	     recursively because of the way global variables are used.
36
 *	     This could be fixed by saving and restoring these global variables.
34
 *	     This could be fixed by saving and restoring these global variables.
37
 */
35
 */