code: 9ferno

ref: 5ce6cc58800bf83ba64fc1932fbbdb6c0e1f7864
dir: /utils/cc/omachcap.c/

View raw version
#include	"cc.h"

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