The R Project SVN R

Rev

Rev 45667 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45667 Rev 71083
Line 27... Line 27...
27
 
27
 
28
#ifdef emacs
28
#ifdef emacs
29
# include "blockinput.h"
29
# include "blockinput.h"
30
#endif
30
#endif
31
 
31
 
32
/* If compiling with GCC 2, this file's not needed.  */
32
/* If compiling with GCC >=2, this file's not needed.  */
33
#if !defined (__GNUC__) || __GNUC__ < 2
33
#if !defined (__GNUC__) || __GNUC__ < 2
34
 
34
 
35
/* If someone has defined alloca as a macro,
35
/* If someone has defined alloca as a macro,
36
   there must be some other way alloca is supposed to work.  */
36
   there must be some other way alloca is supposed to work.  */
37
# ifndef alloca
37
# ifndef alloca