shithub: purgatorio

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

View raw version
#include	"cc.h"

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