summaryrefslogtreecommitdiff
path: root/utils/cc/omachcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cc/omachcap.c')
-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;
+}