shithub: purgatorio

ref: 948870cffe2572efb68ef0b3873b36238fb53263
dir: /utils/cc/omachcap.c/

View raw version
#include	"cc.h"

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