code: 9ferno

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

View raw version
#include	"cc.h"

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