Skip to content

Commit 7d30b33

Browse files
author
ripley
committed
comment out a workaround for long-obsolete Apple gcc
git-svn-id: https://svn.r-project.org/R/trunk@87367 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e9b5b27 commit 7d30b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/Rinlinedfuns.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -38,11 +38,11 @@
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 */

0 commit comments

Comments
 (0)