File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
22 * R : A Computer Language for Statistical Data Analysis
3- * Copyright (C) 1999-2023 The R Core Team.
3+ * Copyright (C) 1999-2024 The R Core Team.
44 * Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka
55 *
66 * This program is free software; you can redistribute it and/or modify
3838#endif
3939
4040/* Apple's gcc build >5400 (since Xcode 3.0) doesn't support GNU inline in C99 mode
41- FIXME: can this possibly still be needed?
42- */
41+ Apple's 'gcc' is nowadays a clang wrapper.
4342#if __APPLE_CC__ > 5400 && !defined(C99_INLINE_SEMANTICS) && __STDC_VERSION__ >= 199901L
4443#define C99_INLINE_SEMANTICS 1
4544#endif
45+ */
4646
4747#ifdef COMPILING_R
4848/* defined only in inlined.c: this emits standalone code there */
You can’t perform that action at this time.
0 commit comments