summaryrefslogtreecommitdiff
path: root/rts/Adjustor.h
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-07-12 17:26:47 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-27 04:47:51 -0400
commit2ce48fe9d1334dadf6fa1411238e52d65b66ba41 (patch)
tree1f48a9e2e2ae3350c3802875bef128327afdf593 /rts/Adjustor.h
parent246f08ac032392f808c7aa53dd78a96d9b43e63f (diff)
downloadhaskell-2ce48fe9d1334dadf6fa1411238e52d65b66ba41.tar.gz
rts: Break up adjustor logic
Diffstat (limited to 'rts/Adjustor.h')
-rw-r--r--rts/Adjustor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rts/Adjustor.h b/rts/Adjustor.h
new file mode 100644
index 0000000000..a6dcac6d56
--- /dev/null
+++ b/rts/Adjustor.h
@@ -0,0 +1,7 @@
+/* -----------------------------------------------------------------------------
+ * Common utilities used in adjustor implementations
+ * ---------------------------------------------------------------------------*/
+
+#pragma once
+
+int totalArgumentSize(const char *typeString);