We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26cd5c commit 23ab11cCopy full SHA for 23ab11c
vfontedpr.c
@@ -97,7 +97,7 @@ static bool pass = false; /*
97
98
static int blklevel; /* current nesting level */
99
static int comtype; /* type of comment */
100
-static const char *defsfile[2] = { _PATH_VGRINDEFS, 0 };
+static char *defsfile[2] = { _PATH_VGRINDEFS, 0 };
101
/* name of language definitions file */
102
static int margin;
103
static int plstack[PSMAX]; /* the procedure nesting level stack */
0 commit comments