1*44045SbosticThese are files needed to producing a VMS C compiler. 2*44045Sbostic 3*44045SbosticThe program filter translates unix assembly language into something 4*44045Sbosticthat the VMS assembler will accept assuming the file jeql.mar is 5*44045Sbostictransported to VMS and made into a macro library to reside in 6*44045Sbostic"db0:[c]jeql.mlb". 7*44045Sbostic 8*44045SbosticPLEASE NOTE THAT the most recent mit version of stdio.h for VMS has 9*44045Sbosticbeen revised, due to alignment problems. (The code produced by the 10*44045Sbosticcompilers is not wholly compatible since that of the unix/32V compiler 11*44045Sbosticattempts to allign longword members of structures on longword 12*44045Sbosticboundaries and the mit/Ritchie compiler only aligns to 2 byte 13*44045Sbosticboundaries.) The revised stdio.h is given here. 14