Skip to content

Commit 0f3d11d

Browse files
author
ripley
committed
avoid warning
git-svn-id: https://svn.r-project.org/R/trunk@89064 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 91d0ddd commit 0f3d11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ static char* unescape_arg(char *p, char* avp) {
186186

187187
extern int R_isWriteableDir(char *path);
188188

189+
#define MSGSIZE R_PATH_MAX + 128
189190
int Rf_initialize_R(int ac, char **av)
190191
{
191192
int i, ioff = 1, j;
192193
Rboolean useX11 = TRUE, useTk = FALSE;
193-
const int MSGSIZE = R_PATH_MAX + 128;
194194
char *p, msg[MSGSIZE], cmdlines[10000], **avv;
195195
structRstart rstart;
196196
Rstart Rp = &rstart;

0 commit comments

Comments
 (0)