aboutsummaryrefslogtreecommitdiff
path: root/util-linux/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/script.c')
-rw-r--r--util-linux/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/script.c b/util-linux/script.c
index fda726ed9..e6dbb1aa2 100644
--- a/util-linux/script.c
+++ b/util-linux/script.c
@@ -25,7 +25,7 @@ struct globals {
25#define tt (G.tt ) 25#define tt (G.tt )
26#define fname (G.fname ) 26#define fname (G.fname )
27#define INIT_G() do { \ 27#define INIT_G() do { \
28 PTR_TO_GLOBALS = xzalloc(sizeof(G)); \ 28 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
29 fname = "typescript"; \ 29 fname = "typescript"; \
30} while (0) 30} while (0)
31 31