summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-04-27 13:00:13 +0100
committerforsyth <forsyth@vitanuova.com>2010-04-27 13:00:13 +0100
commitf5d5e4132f422de9066440963a1a3c1b82656ffe (patch)
tree2f418016b61cef710fcb411ff2f993ec06b2a648 /utils
parent3845dbafec78728198bc493f78f06958ee6cfc8a (diff)
20100427-1300
Diffstat (limited to 'utils')
-rw-r--r--utils/cc/omachcap.c9
1 files changed, 9 insertions, 0 deletions
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;
+}