diff options
Diffstat (limited to 'academic/R/extern.patch')
-rw-r--r-- | academic/R/extern.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/academic/R/extern.patch b/academic/R/extern.patch deleted file mode 100644 index e1c67945ad..0000000000 --- a/academic/R/extern.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/include/Rinterface.h (revision 66251) -+++ src/include/Rinterface.h (working copy) -@@ -84,7 +84,7 @@ - void fpu_setup(Rboolean); - - /* in unix/system.c */ --int R_running_as_main_program; -+extern int R_running_as_main_program; - - #ifdef CSTACK_DEFNS - /* duplicating Defn.h */ - |