Replaced references to /usr/tmp with references to /tmp.

This commit is contained in:
dtrg
2005-06-24 22:08:47 +00:00
parent 70ef6fe52e
commit 9bc8c07deb
8 changed files with 14 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ option.
.IP -ml<num>
Like -m<num>, but also for long multiplies.
.SH "FILES"
/usr/tmp/emopt??????, is used when the -L flag is given only.
/tmp/emopt??????, is used when the -L flag is given only.
.SH "SEE ALSO"
ack(1)
.PD 0

View File

@@ -25,7 +25,7 @@ bool repl_longmuls = 0; /* replacing longmuls as well? */
line_p instrs,pseudos; /* pointers to chains */
sym_p symhash[NSYMHASH]; /* array of pointers to chains */
FILE *outfile;
char template[] = "/usr/tmp/emoptXXXXXX";
char template[] = "/tmp/emoptXXXXXX";
offset wordsize = 0;
offset pointersize = 0;
char *progname;