The R Project SVN R

Rev

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

Rev 75562 Rev 78310
Line 8... Line 8...
8
 
8
 
9
#ifdef HAVE_CONFIG_H
9
#ifdef HAVE_CONFIG_H
10
#include <config.h>
10
#include <config.h>
11
#endif /* HAVE_CONFIG_H */
11
#endif /* HAVE_CONFIG_H */
12
 
12
 
-
 
13
/* https://github.com/laurikari/tre/issues/37
-
 
14
 * disables TRE_USE_ALLOCA, but R does not use that
-
 
15
 */
-
 
16
 
13
#ifdef TRE_USE_ALLOCA
17
#ifdef TRE_USE_ALLOCA
14
/* AIX requires this to be the first thing in the file.	 */
18
/* AIX requires this to be the first thing in the file.	 */
15
#ifndef __GNUC__
19
#ifndef __GNUC__
16
# if HAVE_ALLOCA_H
20
# if HAVE_ALLOCA_H
17
#  include <alloca.h>
21
#  include <alloca.h>