The R Project SVN R

Rev

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

Rev 4394 Rev 9184
Line 18... Line 18...
18
   WITHOUT ANY WARRANTY.
18
   WITHOUT ANY WARRANTY.
19
 
19
 
20
   See the file COPYLIB.TXT for details.
20
   See the file COPYLIB.TXT for details.
21
*/
21
*/
22
 
22
 
-
 
23
/* Changes for R: use winmalloc etc not malloc (which does not free) */
-
 
24
 
23
#include <stdlib.h>
25
#include <stdlib.h>
24
#include "internal.h"
26
#include "internal.h"
25
 
27
 
26
#ifndef array
28
#ifndef array
27
 
29
 
Line 173... Line 175...
173
	return a;
175
	return a;
174
}
176
}
175
 
177
 
176
 
178
 
177
 
179
 
178
 
-
 
179
 
-