The R Project SVN R

Rev

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

Rev 84445 Rev 87766
Line 40... Line 40...
40
line=`grep "HAVE_ALLOCA_H" config.h`
40
line=`grep "HAVE_ALLOCA_H" config.h`
41
echo "${line}"
41
echo "${line}"
42
echo "/* optional C99 type */"
42
echo "/* optional C99 type */"
43
line=`grep "HAVE_UINTPTR_T" config.h`
43
line=`grep "HAVE_UINTPTR_T" config.h`
44
echo "${line}"
44
echo "${line}"
-
 
45
echo "/* C23 (or clang) extension */"
-
 
46
line=`grep "HAVE_ENUM_BASE_TYPE" config.h`
-
 
47
echo "${line}"
45
echo
48
echo
46
echo "#endif /* not R_CONFIG_H */"
49
echo "#endif /* not R_CONFIG_H */"
47
echo
50
echo
48
echo "#endif /* not R_RCONFIG_H */"
51
echo "#endif /* not R_RCONFIG_H */"