git: purgatorio

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

View raw version
#include	"cc.h"

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