Feed mkstemp() some more X's to keep it safe.
This commit is contained in:
parent
56f5e27c4b
commit
757219ec43
@ -62,7 +62,7 @@ char vflag;
|
||||
|
||||
char *symbol_prefix;
|
||||
char *file_prefix = "y";
|
||||
char *temp_form = "yacc.XXXXXXX";
|
||||
char *temp_form = "yacc.XXXXXXXXXXX";
|
||||
|
||||
int lineno;
|
||||
int outline;
|
||||
|
@ -123,14 +123,14 @@ is set, the string denoted by
|
||||
will be used as the name of the directory where the temporary
|
||||
files are created.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /tmp/yacc.aXXXXXX -compact
|
||||
.Bl -tag -width /tmp/yacc.aXXXXXXXXXX -compact
|
||||
.It Pa y.code.c
|
||||
.It Pa y.tab.c
|
||||
.It Pa y.tab.h
|
||||
.It Pa y.output
|
||||
.It Pa /tmp/yacc.aXXXXXX
|
||||
.It Pa /tmp/yacc.tXXXXXX
|
||||
.It Pa /tmp/yacc.uXXXXXX
|
||||
.It Pa /tmp/yacc.aXXXXXXXXXX
|
||||
.It Pa /tmp/yacc.tXXXXXXXXXX
|
||||
.It Pa /tmp/yacc.uXXXXXXXXXX
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
If there are rules that are never reduced, the number of such rules is
|
||||
|
Loading…
x
Reference in New Issue
Block a user