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 *symbol_prefix;
|
||||||
char *file_prefix = "y";
|
char *file_prefix = "y";
|
||||||
char *temp_form = "yacc.XXXXXXX";
|
char *temp_form = "yacc.XXXXXXXXXXX";
|
||||||
|
|
||||||
int lineno;
|
int lineno;
|
||||||
int outline;
|
int outline;
|
||||||
|
@ -123,14 +123,14 @@ is set, the string denoted by
|
|||||||
will be used as the name of the directory where the temporary
|
will be used as the name of the directory where the temporary
|
||||||
files are created.
|
files are created.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /tmp/yacc.aXXXXXX -compact
|
.Bl -tag -width /tmp/yacc.aXXXXXXXXXX -compact
|
||||||
.It Pa y.code.c
|
.It Pa y.code.c
|
||||||
.It Pa y.tab.c
|
.It Pa y.tab.c
|
||||||
.It Pa y.tab.h
|
.It Pa y.tab.h
|
||||||
.It Pa y.output
|
.It Pa y.output
|
||||||
.It Pa /tmp/yacc.aXXXXXX
|
.It Pa /tmp/yacc.aXXXXXXXXXX
|
||||||
.It Pa /tmp/yacc.tXXXXXX
|
.It Pa /tmp/yacc.tXXXXXXXXXX
|
||||||
.It Pa /tmp/yacc.uXXXXXX
|
.It Pa /tmp/yacc.uXXXXXXXXXX
|
||||||
.El
|
.El
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
If there are rules that are never reduced, the number of such rules is
|
If there are rules that are never reduced, the number of such rules is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user