m-vaxinit.h 141 B

123456
  1. /* This is how the size of an individual .o file's text segment
  2. is rounded on a vax. */
  3. #define FILEADDR_ROUND(addr) ((addr + 3) & -4)