all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 40593d34e6272c25b62eb380483828da8d4ca4d1 502 bytes (raw)
name: gnu/packages/patches/r-fix-15899.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
Without the "extern" keyword external applications linking against R (such as
Shogun, for example) might not be linkable.

See https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15899 for details
about this bug.

--- a/src/include/Rinterface.h	(revision 66251)
+++ b/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 */

debug log:

solving 40593d3 ...
found 40593d3 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.