No subject

Henry Cejtin henry@sourcelight.com
Sun, 24 Dec 2000 18:58:12 -0600


Thanks, I found the xxx.n.s file, on the 1130 version.  Did you really change
it to .S?  This typically means an assembler file that should first  be  sent
through the C preprocessor.  Do you need that?

In  some  sense  it  would  be  good to have some flag which saves the C code
generated and the assembler code generated directly by  MLton,  but  NOT  the
assembler  code  generated  from  the  C code generated.  The `-keep cs' also
keeps the latter, which although useful for some stuff isn't usually  wanted.