thechar = '6';
thestring = "amd64";
+
memset(debug, 0, sizeof(debug));
cinit();
outfile = 0;
pass = 1;
pinit(file);
- Bprint(&obuf, "x86-64\n");
+ Bprint(&obuf, "%s\n", thestring);
for(i=0; i<nDlist; i++)
dodefine(Dlist[i]);
}
Binit(&b, f, OWRITE);
- Bprint(&b, "x86-64\n");
+ Bprint(&b, "%s\n", thestring);
Bprint(&b, "!\n");
outhist(&b);
if(bout == nil)
fatal("cant open %s", outfile);
- Bprint(bout, "x86-64\n");
+ Bprint(bout, "amd64\n");
Bprint(bout, " exports automatically generated from\n");
Bprint(bout, " %s in package \"%s\"\n", curio.infile, package);
dumpexport();