aboutsummaryrefslogtreecommitdiff
path: root/miscutils/dc.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/dc.c')
-rw-r--r--miscutils/dc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/dc.c b/miscutils/dc.c
index 3fbb89f5b..4d92bc3d0 100644
--- a/miscutils/dc.c
+++ b/miscutils/dc.c
@@ -53,6 +53,7 @@ enum { STACK_SIZE = (COMMON_BUFSIZE - offsetof(struct globals, stack)) / sizeof(
53#define base (G.base ) 53#define base (G.base )
54#define stack (G.stack ) 54#define stack (G.stack )
55#define INIT_G() do { \ 55#define INIT_G() do { \
56 setup_common_bufsiz(); \
56 base = 10; \ 57 base = 10; \
57} while (0) 58} while (0)
58 59