shithub: purgatorio

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

View raw version
#include	"cc.h"

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