description of asopt apparently has to be in front of the one for as.

This commit is contained in:
ceriel 1987-03-25 07:49:59 +00:00
parent 1dd241938c
commit f408948925

View file

@ -21,13 +21,6 @@ name be
stdout
need .e
end
name as
from .s.so
to .o
program {EM}/lib/{M}/as
args - -o > <
prep cond
end
name asopt
from .s
to .so
@ -37,6 +30,13 @@ name asopt
stdin
stdout
end
name as
from .s.so
to .o
program {EM}/lib/{M}/as
args - -o > <
prep cond
end
name led
from .o.a
to .out