aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/filebench/files/patch-parser__gram.c
blob: 3ef61d82930dab4d9d9f5843ecaf93be748e91a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- parser_gram.c.orig  2011-09-06 17:22:21 UTC
+++ parser_gram.c
@@ -114,7 +114,7 @@ static GetLine *gl;
 /* executable name to execute worker processes later */
 char *execname;
 
-static int dofile = DOFILE_FALSE;
+int dofile = DOFILE_FALSE;
 static FILE *parentscript;
 
 static char *fbbasepath = FILEBENCHDIR;