put mes 2 in front
This commit is contained in:
parent
231841bcfe
commit
72e27e7dab
1 changed files with 0 additions and 2 deletions
|
@ -39,12 +39,10 @@ cleanup() {
|
||||||
error("temp file disappeared");
|
error("temp file disappeared");
|
||||||
outshort(sp_magic);
|
outshort(sp_magic);
|
||||||
/* Attempt to first output the word_size message */
|
/* Attempt to first output the word_size message */
|
||||||
/* commented out for the time being
|
|
||||||
while ((c = getc(infile)) != sp_cend && c != EOF) {
|
while ((c = getc(infile)) != sp_cend && c != EOF) {
|
||||||
putc(c, outfile);
|
putc(c, outfile);
|
||||||
}
|
}
|
||||||
if (c == sp_cend) putc(c, outfile);
|
if (c == sp_cend) putc(c, outfile);
|
||||||
*/
|
|
||||||
outinst(ps_mes);
|
outinst(ps_mes);
|
||||||
outint(ms_ext);
|
outint(ms_ext);
|
||||||
for (spp=symhash;spp< &symhash[NSYMHASH];spp++)
|
for (spp=symhash;spp< &symhash[NSYMHASH];spp++)
|
||||||
|
|
Loading…
Reference in a new issue