omachcap.c 90 B

123456789
  1. #include "cc.h"
  2. /* default, like old cc */
  3. int
  4. machcap(Node *n)
  5. {
  6. USED(n);
  7. return 0;
  8. }