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

This commit is contained in:
dtrg
2005-06-24 22:08:47 +00:00
parent 9158d97c6f
commit 04a887eee9
8 changed files with 14 additions and 21 deletions

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;