From 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 21:39:35 +0000 Subject: 20060303 --- utils/cc/machcap.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/cc/machcap.c (limited to 'utils/cc/machcap.c') diff --git a/utils/cc/machcap.c b/utils/cc/machcap.c new file mode 100644 index 00000000..06b5684a --- /dev/null +++ b/utils/cc/machcap.c @@ -0,0 +1,9 @@ +#include "cc.h" + +/* default, like old cc */ +int +machcap(Node *n) +{ + USED(n); + return 0; +} -- cgit v1.2.3