aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zahl.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/zahl.h b/zahl.h
index 2df05e7..aca34f4 100644
--- a/zahl.h
+++ b/zahl.h
@@ -16,16 +16,7 @@
-/* This structure should be considered opaque. */
-typedef struct {
- int sign;
-#if INT_MAX != LONG_MAX
- int padding__;
-#endif
- size_t used;
- size_t alloced;
- zahl_char_t *chars;
-} z_t[1];
+typedef struct zahl z_t[1];