code: purgatorio

ref: 4bc20df7142ce5e02c7fb49a33eefdc7715ff726
dir: /utils/cc/omachcap.c/

View raw version
#include	"cc.h"

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