1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00

** no reason given. **

Copied from Perforce
 Change: 18550
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1997-08-08 14:28:33 +01:00
parent e682416e7a
commit 5a244be72d

View file

@ -64,7 +64,7 @@ sub compile_and_link {
&compiler_settings;
$command = "$cc_command $cc_opts $cc_exe$exefile $srcfile ".
"$linkfiles $MPS_LINK_OBJ $cc_link $cc_include";
if (system($command)) {
return 0;
} else {
@ -89,7 +89,8 @@ sub run_test {
die "*** need to munge $tempfile3 into results format";
open(OUTPUT, "tmp_output");
&filevars(OUTPUT); *** need new version of this here!
&filevars(OUTPUT);
# *** need new version of this here!
close(OUTPUT);
if (&passfail()) {