The R Project SVN R

Rev

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

Rev 32380 Rev 45667
Line 19... Line 19...
19
 
19
 
20
   As a special case, alloca(0) reclaims storage without
20
   As a special case, alloca(0) reclaims storage without
21
   allocating any.  It is a good idea to use alloca(0) in
21
   allocating any.  It is a good idea to use alloca(0) in
22
   your main control loop, etc. to force garbage collection.  */
22
   your main control loop, etc. to force garbage collection.  */
23
 
23
 
24
/* <UTF8> char here is handled as a whole string */
-
 
25
 
-
 
26
#ifdef HAVE_CONFIG_H
24
#ifdef HAVE_CONFIG_H
27
# include <config.h>
25
# include <config.h>
28
#endif
26
#endif
29
 
27
 
30
#ifdef emacs
28
#ifdef emacs