Skip to content

Commit 76b51d9

Browse files
author
ripley
committed
document the NORET macro
git-svn-id: https://svn.r-project.org/R/trunk@87418 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 409f145 commit 76b51d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config.site

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
## DEFS="-DC99_INLINE_SEMANTICS=0"
9191
## DEFS=
9292

93+
## no-return flag
94+
## Header R-exts/Error.h contains alternaive definitions for the NORET
95+
## macro, depending on the C standard found. If the compiler does not
96+
## comply (and GCC pre=15 did not in 2024-12), use this to pick one of the
97+
## others, or even define to be empty.
98+
## NORET=
99+
93100
## The following additional CFLAGS to be used only in the main
94101
## compilation and only in building shared objects respectively.
95102
## For example, on some systems one needs 'MAIN_CFLAGS=-pg' when

0 commit comments

Comments
 (0)