From f5d5e4132f422de9066440963a1a3c1b82656ffe Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 13:00:13 +0100 Subject: 20100427-1300 --- utils/cc/omachcap.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/cc/omachcap.c (limited to 'utils/cc/omachcap.c') diff --git a/utils/cc/omachcap.c b/utils/cc/omachcap.c new file mode 100644 index 00000000..06b5684a --- /dev/null +++ b/utils/cc/omachcap.c @@ -0,0 +1,9 @@ +#include "cc.h" + +/* default, like old cc */ +int +machcap(Node *n) +{ + USED(n); + return 0; +} -- cgit v1.2.3