The R Project SVN R

Rev

Rev 42724 | Rev 46808 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42724 Rev 43710
Line 150... Line 150...
150
 
150
 
151
/* Wilcoxon Rank Sum Distribution */
151
/* Wilcoxon Rank Sum Distribution */
152
 
152
 
153
#define WILCOX_MAX 50
153
#define WILCOX_MAX 50
154
 
154
 
155
/* Wilcoxon Signed Rank Distribution */
-
 
156
 
-
 
157
#define SIGNRANK_MAX 50
-
 
158
 
-
 
159
#ifdef HAVE_VISIBILITY_ATTRIBUTE
155
#ifdef HAVE_VISIBILITY_ATTRIBUTE
160
# define attribute_hidden __attribute__ ((visibility ("hidden")))
156
# define attribute_hidden __attribute__ ((visibility ("hidden")))
161
#else
157
#else
162
# define attribute_hidden
158
# define attribute_hidden
163
#endif
159
#endif