code: 9ferno

ref: f9deac96f486835bdef70ec5c6f7353cb7269c67
dir: /utils/cc/omachcap.c/

View raw version
#include	"cc.h"

/* default, like old cc */
int
machcap(Node *n)
{
	USED(n);
	return 0;
}